Class CultureLoadOptionMapper
Culture load option mapper.
Inheritance
object
CultureLoadOptionMapper
Namespace: StylelabsStylelabs.MSdkMappers
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public static class CultureLoadOptionMapper
Methods
ToCultureArrayAsync(ICultureLoadOption, ICultureLoader)
Maps from a ICultureLoadOption to an array of .
Declaration
RequestResponse
public static Task<CultureInfo[]> ToCultureArrayAsync(ICultureLoadOption options, ICultureLoader loader)
Parameters
Type | Name | Description |
---|---|---|
ICultureLoadOption | options |
The load options. |
ICultureLoader | loader |
The culture loader. |
Returns
Type | Description |
---|---|
Task<>CultureInfo |
An array of . |