1. Stylelabs.M.Framework.Essentials.LoadOptions

Interface ICultureLoadOption

Specifies which cultures to load.

Inherited Members

ILoadOption.LoadOption

Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface ICultureLoadOption : ILoadOption

Properties

Cultures

Gets or sets 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

TypeDescription
CultureInfo

Methods

DeepClone()

Creates a deep clone of this instance.

Declaration

ICultureLoadOption DeepClone()

Returns

DeepEquals(ICultureLoadOption)

Checks if this instance of ICultureLoadOption is equal to other.

Declaration

bool DeepEquals(ICultureLoadOption other)

Parameters

TypeNameDescription
ICultureLoadOptionotherTeh ICultureLoadOption.

Returns

TypeDescription
boollangword_csharp_True if the instances are equal; otherwise langword_csharp_False.
If you have suggestions for improving this article, let us know!