Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IValidationFilter interface contains properties and methods used to work with validation rule.
IValidationFilter
Property name | Brief description | |
The Details property returns the specific settings of the validation rule. | ||
The EndDateSettings property determines the end date of calculating the validation rule. | ||
The ExceptionsLimit property determines the threshold number of exceptions unloaded by the validation rule. | ||
The Kind property determines the type of the validation rule. | ||
The Level property determines the calendar level to calculate the rule. | ||
The ParamProvider property returns an object used to work with validation rule parameters and their values. | ||
The Params property returns a set of validation rule parameters. | ||
The StartDateSettings property determines the start data of calculation of the validation rule. | ||
The TreatNonExistingSeries property determines whether validation filter should be executed for non-existing possible series. | ||
The UserComponents property returns the collection of user validation components. |
Property name | Brief description | |
The Settings property returns validation settings. |
Property name | Brief description | |
The Description property determines object description. | ||
The MetabaseObject property determines a repository object that stores an object. |
Property name | Brief description | |
The Id property determines the object identifier. | ||
The Key property returns the object key. | ||
The Name property determines the object name. |
Method name | Brief description | |
The CreateExecuteSettings method creates validation calculation settings. | ||
The Execute method calculates the validation rule. | ||
The GetComponentsByFactor method returns an array of component series, for which validation was executed for a specified time series. |
See also: