1. API reference

Class MassEditOperation

Base class for all mass-edit operation.

Inheritance

object

MassEditOperation

RefreshRenditionsOperation

Implements

IMassEditOperation

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
ValidationExceptionWhen one or more validation errors occurred.

Implements

IMassEditOperation

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