Interface ICultureLoadOption
Specifies which cultures to load.
Inherited Members
Namespace: Stylelabs.M.Framework.Essentials.LoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface ICultureLoadOption : ILoadOption
Properties
Cultures
Gets a list of cultures names that need to be loaded. This is only useful when LoadOption is Custom.
Declaration
CultureInfo[] Cultures { get; set; }
Property Value
Type | Description |
---|---|
CultureInfo[] |
Methods
DeepClone()
Creates a deep clone of this instance.
Declaration
ICultureLoadOption DeepClone()
Returns
Type | Description |
---|---|
ICultureLoadOption |
DeepEquals(ICultureLoadOption)
Checks if this instance of ICultureLoadOption is equal to other
.
Declaration
bool DeepEquals(ICultureLoadOption other)
Parameters
Type | Name | Description |
---|---|---|
ICultureLoadOption | other |
Returns
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the instances are equal; otherwise langword_csharp_False. |
Can we improve this article ? Provide feedback