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
Count The Count property returns the number of attributes in the collection.
Item The Item method returns an attribute from the collection by its index.

Methods

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

See also:

Ms Assembly Interfaces