Class FlatDataSourceValue
Version: 3.2
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, IDataSourceValueConstructors
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. |