1. Stylelabs.M.Sdk.Models.SelectionPools

Class SelectionPoolRelation

Defines a selection pool relation.

Inheritance

object

SelectionPoolRelation

Implements

ISelectionPoolRelation

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

ISelectionPoolRelation

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