Interface IDataSourceValue
Values for a IDataSource. Also known as 'option list value'.
Namespace: Stylelabs.M.Sdk.Contracts.Base
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IDataSourceValue
Properties
Identifier
The name of the value. Because it is used as an identifier, it needs to be unique.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Labels
The canonical name and optional other translated values.
Declaration
IDictionary<CultureInfo, string> Labels { get; }
Property Value
Type | Description |
---|---|
IDictionary<CultureInfo, System.String> |
Can we improve this article ? Provide feedback