Property | Type | Description | |
---|---|---|---|
ApiKeysSectionName | string |
Method | Description | |
---|---|---|
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 | |
return | string |
public static GetSourceDisplayName ( string source ) : string | ||
source | string | |
return | string |
public static GetUnambiguousFile ( string searchPattern ) : string | ||
searchPattern | string | |
return | string |
public static ValidateSource ( string source ) : void | ||
source | string | |
return | void |