Class SelectionPatch
Selection patch.
Inheritance
object
SelectionPatch
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class SelectionPatch
Properties
Operation
Gets or sets the operation.
Declaration
RequestResponse
public SelectionPatchOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
SelectionPatchOperation |
Values
Gets or sets the values.
Declaration
RequestResponse
public IEnumerable<long> Values { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<>long |