Interface ISelectionPool
Version: 3.2
Defines the selection pool.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface ISelectionPoolProperties
Id
Gets or sets the id.
Declaration
RequestResponse
long Id { get; set; }Property Value
| Type | Description |
|---|---|
| long |
Items
Gets or sets the items.
Declaration
RequestResponse
IList<ISelectionPoolRelation> Items { get; set; }Property Value
| Type | Description |
|---|---|
| IList<>ISelectionPoolRelation |