<PackageReference Include="Relativity.Other" Version="13.0.7" />
API Differences between 13.0.7 and 10.2.170.2
96 Additions
7 Removals
Relativity
Relativity.Constant
-
public class
- public const string = "Application"
Relativity.MassImport
Relativity.Query
kCura.Config
kCura.Data.RowDataGateway
kCura.Data.RowDataGateway.Async
kCura.Data.RowDataGateway.Logging
-
public class SqlExecutionLogger : IDisposable
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDbDataParameter> parameters, int timeout, bool invalidOperationOccurred)
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDataParameter> parameters, int timeout, bool invalidOperationOccurred)
kCura.Notification
kCura.Utility
-
public class CachingOptions
- public CachingOptions(Func<TimeSpan> expirationTimeSpan, ExpirationType expirationType)
- public CachingOptions(Func<TimeSpan> expirationTimeSpan, ExpirationType expirationType, Func<TimeSpan> maxValueFactoryExecutionTime)
- public CachingOptions(TimeSpan expirationTimeSpan, ExpirationType expirationType, TimeSpan maxValueFactoryExecutionTime, int maxValueFactoryRetryAttempts, bool waitForCompletionOnTimeout, bool cacheNullValues, bool disposeRemovedEntries)
- public CachingOptions(Func<TimeSpan> expirationTimeSpan, ExpirationType expirationType, Func<TimeSpan> maxValueFactoryExecutionTime, int maxValueFactoryRetryAttempts, bool waitForCompletionOnTimeout, bool cacheNullValues, bool disposeRemovedEntries)
-
public class Image
-
public class LazyDictionaryCache
-
public class NullableTypesHelper
-
public class TypedLazyMemoryCache
kCura.Utility.Extensions