IValidationDetails

Assembly: Ms;

Description

The IValidationDetails interface is the base one and is used to work with validation rule settings.

Inheritance Hierarchy

          IValidationDetails

Comments

To get validation rule settings, use the IValidationFilter.Details property.

To set up parameters of the specified rule, cast the value returned by the IValidationFilter.Details property to the required interface.

Properties

  Property name Brief description
The Kind property returns type of validation rule.
The SelectionFilter property returns parameters of the filter limiting the checked series.
The SelectionTargetData property returns object determining data used for validation.

See also:

Ms Assembly Interfaces