Method | Description | |
---|---|---|
CheckEnforceIllegalAccess ( ) : bool |
Check to enforce that the singleton configuration class has been properly initialized before access.
|
|
GetAuthorizationHeader ( ) : string | ||
GetAutoCompleteAddress ( ) : string | ||
GetAutoCompleteCacheId ( ) : string | ||
GetDataConnectionString ( ) : CloudStorageAccount | ||
GetDatabaseUri ( ) : string | ||
GetNeo4jConnectionString ( ) : string | ||
GetNeo4jConnectionStringAuthentication ( ) : string | ||
Initialize ( ) : void |
Initialization method used to instantiate configuration data embedded as a resource in the Core assembly.
|
Method | Description | |
---|---|---|
Configuration ( ) : System |
Private constructor for the singleton configuration class.
|
|
Internal_CheckEnforceIllegalAccess ( ) : bool |
Internal reference check to enforce that the singleton configuration class has been properly initialized before access.
|
public static CheckEnforceIllegalAccess ( ) : bool | ||
return | bool |
public static GetAuthorizationHeader ( ) : string | ||
return | string |
public static GetAutoCompleteAddress ( ) : string | ||
return | string |
public static GetAutoCompleteCacheId ( ) : string | ||
return | string |
public static GetDataConnectionString ( ) : CloudStorageAccount | ||
return | CloudStorageAccount |
public static GetNeo4jConnectionString ( ) : string | ||
return | string |
public static GetNeo4jConnectionStringAuthentication ( ) : string | ||
return | string |