IValidationExecuteSettings.ParamValues

Fore Syntax

ParamValues: IMsModelParamValues;

Fore.NET Syntax

ParamValues: Prognoz.Platform.Interop.Ms.IMsModelParamValues;

Description

The ParamValues property returns the values of the parameters used on calculating validation.

Comments

To set the parametric validation use the IValidationFilter.Params property, to set up parametric validation group, use the IValidationGroup.Params property.

Fore and Fore.NET Examples

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

See also:

IValidationExecuteSettings