Interface IDataSource<T>
A collection of predefined values for fields. Also known as 'option lists'.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IDataSource<T> : IDataSource, IResource where T : IDataSourceValue
Type Parameters
Name | Description |
---|---|
T |
The data source type. |
Properties
Values
Gets the list of data source values.
Declaration
RequestResponse
IList<T> Values { get; }
Property Value
Type | Description |
---|---|
IList<> |