1. IDataSourceValue

Interface IDataSourceValue

Values for a IDataSource. Also known as 'option list value'.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IDataSourceValue

Properties

Identifier

Gets the name of the value. Because it is used as an identifier, it needs to be unique.

Declaration
string Identifier { get; }
Property Value
TypeDescription
string

Labels

Gets the canonical name and optional other translated values.

Declaration
IDictionary<CultureInfo, string> Labels { get; }
Property Value
TypeDescription
IDictionary<, >CultureInfostring
If you have suggestions for improving this article, let us know!