1. Stylelabs.M.Sdk.Models.SelectionPools

Class SelectionPool

Defines a selection pool.

Inheritance

object

SelectionPool

Implements

ISelectionPool

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class SelectionPool : ISelectionPool

Properties

Id

Gets or sets the id.

Declaration

public long Id { get; set; }

Property Value

TypeDescription
long

Items

Gets or sets the items.

Declaration

public IList<ISelectionPoolRelation> Items { get; set; }

Property Value

TypeDescription
IList<>ISelectionPoolRelation

Implements

ISelectionPool

If you have suggestions for improving this article, let us know!