Class ApiConfigKeys
Defines key conventions for the current configuration.
Inheritance
System.Object
ApiConfigKeys
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public static class ApiConfigKeys
Fields
AspNetIdentityConnectionStringName
Name of the AspNetIdentity connection string.
Declaration
public const string AspNetIdentityConnectionStringName = "AspNetIdentity"
Field Value
| Type | Description |
|---|---|
| System.String |
CosmosDbConnectionStringName
Name of the CosmosDb connection string.
Declaration
public const string CosmosDbConnectionStringName = "CosmosDb"
Field Value
| Type | Description |
|---|---|
| System.String |
CosmosDbDatabaseName
Name of the CosmosDb database.
Declaration
public const string CosmosDbDatabaseName = "CosmosDbName"
Field Value
| Type | Description |
|---|---|
| System.String |
Logging
Key where the Logging Configuration is defined.
Declaration
public const string Logging = "Logging"
Field Value
| Type | Description |
|---|---|
| System.String |
LoggingProvider
Key where the Logging Provider is defined.
Declaration
public const string LoggingProvider = "Logging:Provider"
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceType
Key where the Service Type is defined.
Declaration
public const string ServiceType = "ServiceType"
Field Value
| Type | Description |
|---|---|
| System.String |
SqlServerConnectionStringName
Name of the SqlServer connection string.
Declaration
public const string SqlServerConnectionStringName = "SqlServer"
Field Value
| Type | Description |
|---|---|
| System.String |