Ms > Ms Assembly Interfaces > IValidationExecuteSettings
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IValidationExesliceeSettings interface determines validation calculation settings.
IValidationExecuteSettings
To get validation calculation settings, use the IValidationFilterModel.Settings property. The IValidationFilter interface inherits from the IValidationFilterModelinterface.
Property name | Brief description | |
![]() |
The DataMatrix property determines data matrix, by which validation is calculated. | |
![]() |
Outdated. Use IValidationExecuteSettings.SelectionFilter. | |
![]() |
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: