IEaxDataAreaValidationChain.Item

Fore Syntax

Item(Index: Integer): IEaxDataAreaValidationLink;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Express.IEaxDataAreaValidationLink;

Parameters

Index. Data slice index.

Description

The Item property returns a link between diagnostic test validation chain and collection of validation rules of analytical data area.

Comments

The number of rules in the diagnostic report chain is equal to that of validation rules in analytical data area.

Fore and Fore.NET Example

The property use is given in the example for IEaxDataAreaValidationChain.Move.

See also:

IEaxDataAreaValidationChain