1. IMassEditOperation

Interface IMassEditOperation

Defines a mass-edit operation.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IMassEditOperation

Properties

Type

Gets the type of the mass edit operation.

Declaration
string Type { get; }
Property Value
TypeDescription
string

Value

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

Declaration
IMassEditOperationValue Value { get; set; }
Property Value

Methods

Validate()

Validates whether the operation is valid.

Declaration
void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

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