Свойство | Тип | Описание | |
---|---|---|---|
ApiKeysSectionName | string |
Метод | Описание | |
---|---|---|
GetApiKey ( ISettings settings, string source, bool throwIfNotFound = true ) : string | ||
GetSourceDisplayName ( string source ) : string | ||
GetUnambiguousFile ( string searchPattern ) : string | ||
ValidateSource ( string source ) : void |
public static GetApiKey ( ISettings settings, string source, bool throwIfNotFound = true ) : string | ||
settings | ISettings | |
source | string | |
throwIfNotFound | bool | |
Результат | string |
public static GetSourceDisplayName ( string source ) : string | ||
source | string | |
Результат | string |
public static GetUnambiguousFile ( string searchPattern ) : string | ||
searchPattern | string | |
Результат | string |
public static ValidateSource ( string source ) : void | ||
source | string | |
Результат | void |