IValidationGroup.ValidationFilters

Fore Syntax

ValidationFilters: IValidationFilters;

Fore.NET Syntax

ValidationFilters: Prognoz.Platform.Interop.Ms.IValidationFilters;

Description

The ValidationFilters property returns the collection of filters included in the group of validation rules.

Comments

To set up parameters of a group of validation rules, use the IValidationGroup.Params property.

Fore and Fore.NET Examples

The method use is given in the example for IValidationGroup.Params.

See also:

IValidationGroup