IAuditFilterCondition.OperationClass

Syntax

OperationClass(Index: Integer): Integer;

Parameters

Index - index of a position of an operation. Number of positions is determined by the OperationCount property.

Description

The OperationClass property determines an objects class for that this operation is displayed in access protocol for relevant operation.

Comments

The Operation property determines type of the operation. While determining class of an object it is necessary to take into consideration binding of operations to specified classes:

Basic, additional and specific operations available for specified objects types are shown in the Types of Events section.

Example

The property use is given in the example for IAuditFilterCondition.Operation.

See also:

IAuditFilterCondition