IValidationUserComponents

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IValidationUserComponents interface is used to work with the collection of user validation components.

Inheritance Hierarchy

          IEnumerable

          IValidationUserComponents

Comments

Collection element is implemented by the IValidationUserComponent interface.

Components are series that can be set up to perform a more efficient analysis of throwing exceptions in validation rule.

Properties

  Property name Brief description
The Count property returns the number of components in the collection.
The Item method returns a component from the collection by its index.

Methods

  Method name Brief description
The Add method adds a new component to the collection.
The Clear method clears the collection.
The FindByKey method finds user component in the collection by its key.
The Remove method removes a user component from the collection by its index.
The RemoveByKey method removes a user component from the collection by its key.

See also:

Ms Assembly Interfaces