Class SelectionPoolRelation
Defines a selection pool relation.
Inheritance
object
SelectionPoolRelation
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class SelectionPoolRelation : ISelectionPoolRelation
Properties
DefinitionName
Gets or sets the definition name.
Declaration
RequestResponse
public string DefinitionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Ids
Gets or sets the entity ids.
Declaration
RequestResponse
public IList<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<>long |
Permissions
Gets or sets the permissions.
Declaration
RequestResponse
public IList<string> Permissions { get; set; }
Property Value
Type | Description |
---|---|
IList<>string |