1. Stylelabs.M.Sdk.Contracts.SelectionPools

Interface ISelectionPool

Defines the selection pool.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsSelectionPools

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface ISelectionPool

Properties

Id

Gets or sets the id.

Declaration

long Id { get; set; }

Property Value

TypeDescription
long

Items

Gets or sets the items.

Declaration

IList<ISelectionPoolRelation> Items { get; set; }

Property Value

TypeDescription
IList<>ISelectionPoolRelation
If you have suggestions for improving this article, let us know!