Interface IDataSource<T>
Version: 3.2
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 : IDataSourceValueType 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<> |