1. ISelectionPoolRelation

Interface ISelectionPoolRelation

Defines a selection pool relation.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface ISelectionPoolRelation

Properties

DefinitionName

Gets or sets the name of the definition.

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

Ids

Gets or sets the ids.

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

Permissions

Gets or sets permissions.

Declaration
IList<string> Permissions { get; set; }
Property Value
TypeDescription
IList<>string
If you have suggestions for improving this article, let us know!