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
TypeDescription
string

Labels

Gets the canonical name and optional other translated values.

Declaration
RequestResponse
IDictionary<CultureInfo, string> Labels { get; }
Property Value
TypeDescription
IDictionary<, >CultureInfostring

Do you have some feedback for us?

If you have suggestions for improving this article,