Class MassEditOperation
Base class for all mass-edit operation.
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class MassEditOperation : IMassEditOperationProperties
Type
Gets the type of the mass edit operation.
Declaration
RequestResponse
public abstract string Type { get; }Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the value. A generic bag to contains the parameters for the operation.
Declaration
RequestResponse
public abstract IMassEditOperationValue Value { get; set; }Property Value
| Type | Description |
|---|---|
| IMassEditOperationValue |
Methods
Validate()
Validates whether the operation is valid.
Declaration
RequestResponse
public virtual void Validate()Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When one or more validation errors occurred. |