C# Класс Soloco.RealTimeWeb.Common.ConfigurationExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ApiClientId ( this configuration ) : string
ApiClientSecret ( this configuration ) : string
ApiHostName ( this configuration ) : string
AuthenticationFacebookAppId ( this configuration ) : string
AuthenticationFacebookAppSecret ( this configuration ) : string
AuthenticationFacebookConfigured ( this configuration ) : bool
AuthenticationGoogleClientId ( this configuration ) : string
AuthenticationGoogleClientSecret ( this configuration ) : string
AuthenticationGoogleConfigured ( this configuration ) : bool
ConnectionString ( this configuration, string name = "documentStore" ) : string
GeneralConfigured ( this configuration ) : bool
WebHostName ( this configuration ) : string

Описание методов

ApiClientId() публичный статический Метод

public static ApiClientId ( this configuration ) : string
configuration this
Результат string

ApiClientSecret() публичный статический Метод

public static ApiClientSecret ( this configuration ) : string
configuration this
Результат string

ApiHostName() публичный статический Метод

public static ApiHostName ( this configuration ) : string
configuration this
Результат string

AuthenticationFacebookAppId() публичный статический Метод

public static AuthenticationFacebookAppId ( this configuration ) : string
configuration this
Результат string

AuthenticationFacebookAppSecret() публичный статический Метод

public static AuthenticationFacebookAppSecret ( this configuration ) : string
configuration this
Результат string

AuthenticationFacebookConfigured() публичный статический Метод

public static AuthenticationFacebookConfigured ( this configuration ) : bool
configuration this
Результат bool

AuthenticationGoogleClientId() публичный статический Метод

public static AuthenticationGoogleClientId ( this configuration ) : string
configuration this
Результат string

AuthenticationGoogleClientSecret() публичный статический Метод

public static AuthenticationGoogleClientSecret ( this configuration ) : string
configuration this
Результат string

AuthenticationGoogleConfigured() публичный статический Метод

public static AuthenticationGoogleConfigured ( this configuration ) : bool
configuration this
Результат bool

ConnectionString() публичный статический Метод

public static ConnectionString ( this configuration, string name = "documentStore" ) : string
configuration this
name string
Результат string

GeneralConfigured() публичный статический Метод

public static GeneralConfigured ( this configuration ) : bool
configuration this
Результат bool

WebHostName() публичный статический Метод

public static WebHostName ( this configuration ) : string
configuration this
Результат string