1. Stylelabs.M.Sdk.Models.Base.DataSources

Class FlatDataSourceValue

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

Inheritance

object

DataSourceValueBase

FlatDataSourceValue

Implements

IFlatDataSourceValue

IDataSourceValue

Inherited Members

DataSourceValueBase.Identifier

DataSourceValueBase.Labels

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBaseDataSources

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class FlatDataSourceValue : DataSourceValueBase, IFlatDataSourceValue, IDataSourceValue

Constructors

FlatDataSourceValue(string, IDictionary<CultureInfo, string>)

Initializes a new instance of the DataSourceValueBase class.

Declaration

public FlatDataSourceValue(string identifier, IDictionary<CultureInfo, string> labels)

Parameters

TypeNameDescription
stringidentifierThe identifier.
IDictionary<, >CultureInfostringlabelsThe labels.

FlatDataSourceValue(string)

Initializes a new instance of the DataSourceValueBase class.

Declaration

public FlatDataSourceValue(string identifier)

Parameters

TypeNameDescription
stringidentifierThe identifier.

Implements

IFlatDataSourceValue

IDataSourceValue

If you have suggestions for improving this article, let us know!