<PackageReference Include="Relativity.Api" Version="9.6.134.78" />
API Differences between 9.6.134.78 and 9.4.321.2
43 Additions
2 Removals
Relativity.API
-
public class DBContext : IDBContext
-
public static class ExtensionPointServiceFinder
-
public interface IDBContext
-
public interface IHelper : IDisposable
-
public interface IInstanceSettingsBundle
- void ForceRefresh()
- bool? GetBool(string section, string name)
- Task<bool?> GetBoolAsync(string section, string name)
- int? GetInt(string section, string name)
- Task<int?> GetIntAsync(string section, string name)
- long? GetLong(string section, string name)
- Task<long?> GetLongAsync(string section, string name)
- IReadOnlyDictionary<string, IReadOnlyDictionary<string, object>> GetRawValues()
- Task<IReadOnlyDictionary<string, IReadOnlyDictionary<string, object>>> GetRawValuesAsync()
- string GetString(string section, string name)
- Task<string> GetStringAsync(string section, string name)
- uint? GetUInt(string section, string name)
- Task<uint?> GetUIntAsync(string section, string name)
- ulong? GetULong(string section, string name)
- Task<ulong?> GetULongAsync(string section, string name)
-
public interface IMonitorSecurityEvents
-
public interface ISecretStore
-
public class Secret
Relativity.API.Exceptions
Relativity.Services.Security