Class TenantConstants
Inheritance
System.Object
TenantConstants
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Tenant
Assembly: Appearition.SDK.dll
Syntax
public static class TenantConstants
Fields
View SourceGET_TENANT_SETTINGS_SUCCESS_FAILURE
Declaration
public const string GET_TENANT_SETTINGS_SUCCESS_FAILURE = "An error occured when trying to fetch the settings of tenant of key {0}"
Field Value
Type | Description |
---|---|
System.String |
GET_TENANT_SETTINGS_SUCCESS_OFFLINE
Declaration
public const string GET_TENANT_SETTINGS_SUCCESS_OFFLINE = "Tenant settings for tenant of key {0} were loaded offline successfully."
Field Value
Type | Description |
---|---|
System.String |
GET_TENANT_SETTINGS_SUCCESS_ONLINE
Declaration
public const string GET_TENANT_SETTINGS_SUCCESS_ONLINE = "Tenant settings for tenant of key {0} were successfully fetched"
Field Value
Type | Description |
---|---|
System.String |