Class SelectionPool
Defines a selection pool.
Inheritance
object
SelectionPool
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class SelectionPool : ISelectionPool
Properties
Id
Gets or sets the id.
Declaration
RequestResponse
public long Id { get; set; }
Property Value
Type | Description |
---|---|
long |
Items
Gets or sets the items.
Declaration
RequestResponse
public IList<ISelectionPoolRelation> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<>ISelectionPoolRelation |