IValidationExecuteSettings

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IValidationExesliceeSettings interface determines validation calculation settings.

Inheritance Hierarchy

          IValidationExecuteSettings

Comments

To get validation calculation settings, use the IValidationFilterModel.Settings property. The IValidationFilter interface inherits from the IValidationFilterModelinterface.

Properties

  Property name Brief description
The DataMatrix property determines data matrix, by which validation is calculated.
The Filter property returns series filtering parameters, for which validation rule is calculated.
The IsLoadDatesSet property returns whether data loading period is set.
The Laner property determines time series database workbook, validation for which must be calculated.
The LoadEnd property determines end of data loading period.
The LoadStart property determines start of data loading period.
The Messages property returns validation filter messages.
The ParamValues property returns the values of the parameters used on calculating validation.
The SelectionFilter property returns parameters of filter limiting series used for validation calculation.
The Warnings property returns validation filter warnings.

See also:

Ms Assembly Interfaces