1. MassEditOperation

Class MassEditOperation

Base class for all mass-edit operation.

Inheritance
object
MassEditOperation
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
public abstract class MassEditOperation : IMassEditOperation

Properties

Type

Gets the type of the mass edit operation.

Declaration
public abstract string Type { get; }
Property Value
TypeDescription
string

Value

Gets or sets the value. A generic bag to contains the parameters for the operation.

Declaration
public abstract IMassEditOperationValue Value { get; set; }
Property Value

Methods

Validate()

Validates whether the operation is valid.

Declaration
public virtual void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

Implements

If you have suggestions for improving this article, let us know!