IValidationMetaAttributes

Description

The IValidationMetaAttributes interface contains properties and methods used to work with the collection of attributes required to validate data.

Properties

  Property name Brief description
The Count property returns the number of attributes in the collection.
The Item method returns an attribute from the collection by its index.

Methods

  Method name Brief description
The Add method adds an attribute to the collection.
The Clear method clears attribute collection.
The Remove method removes an attribute from the collection by its index.
The RemoveByKey method removes an attribute from the collection by its key.

See also:

Ms Assembly Interfaces