Class FlatDataSourceValue
Version: 4.0
Values for a IDataSource. Also known as 'option list value'.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBaseDataSources
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class FlatDataSourceValue : DataSourceValueBase, IFlatDataSourceValue, IDataSourceValue
Constructors
FlatDataSourceValue(string, IDictionary<CultureInfo, string>)
Initializes a new instance of the DataSourceValueBase class.
Declaration
RequestResponse
public FlatDataSourceValue(string identifier, IDictionary<CultureInfo, string> labels)
Parameters
Type | Name | Description |
---|---|---|
string | identifier |
The identifier. |
IDictionary<, >CultureInfostring | labels |
The labels. |
FlatDataSourceValue(string)
Initializes a new instance of the DataSourceValueBase class.
Declaration
RequestResponse
public FlatDataSourceValue(string identifier)
Parameters
Type | Name | Description |
---|---|---|
string | identifier |
The identifier. |