IAuditFilterCondition.OperationClass

Syntax

OperationClass(Index: Integer): Integer;

Parameters

Index - index of a position of an operation. The number of positions is defined by the IAuditFilterCondition.OperationCount property.

Description

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

Comments

Operation type is specified using the IAuditFilterCondition.Operation property. 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