Interface IDataSourceValue
Version: 3.4
Values for a IDataSource. Also known as 'option list value'.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IDataSourceValue
Properties
Identifier
Gets the name of the value. Because it is used as an identifier, it needs to be unique.
Declaration
RequestResponse
string Identifier { get; }
Property Value
Type | Description |
---|---|
string |
Labels
Gets the canonical name and optional other translated values.
Declaration
RequestResponse
IDictionary<CultureInfo, string> Labels { get; }
Property Value
Type | Description |
---|---|
IDictionary<, >CultureInfostring |