1. SelectionPoolRelation

Class SelectionPoolRelation

Defines a selection pool relation.

Inheritance
object
SelectionPoolRelation
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class SelectionPoolRelation : ISelectionPoolRelation

Properties

DefinitionName

Gets or sets the definition name.

Declaration
public string DefinitionName { get; set; }
Property Value
TypeDescription
string

Ids

Gets or sets the entity ids.

Declaration
public IList<long> Ids { get; set; }
Property Value
TypeDescription
IList<>long

Permissions

Gets or sets the permissions.

Declaration
public IList<string> Permissions { get; set; }
Property Value
TypeDescription
IList<>string

Implements

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