Interface ISelectionPoolRelation
Version: 4.0
Defines a selection pool relation.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface ISelectionPoolRelation
Properties
DefinitionName
Gets or sets the name of the definition.
Declaration
RequestResponse
string DefinitionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Ids
Gets or sets the ids.
Declaration
RequestResponse
IList<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<>long |
Permissions
Gets or sets permissions.
Declaration
RequestResponse
IList<string> Permissions { get; set; }
Property Value
Type | Description |
---|---|
IList<>string |