ModelValidatorProviderCollection Methods

The ModelValidatorProviderCollection type exposes the following members.

  Name Description
Public method Add (Inherited from Collection(ModelValidatorProvider).)
Public method Clear (Inherited from Collection(ModelValidatorProvider).)
Protected method ClearItems (Inherited from Collection(ModelValidatorProvider).)
Public method Contains (Inherited from Collection(ModelValidatorProvider).)
Public method CopyTo (Inherited from Collection(ModelValidatorProvider).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection(ModelValidatorProvider).)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValidators Returns the list of model validators.
Public method IndexOf (Inherited from Collection(ModelValidatorProvider).)
Public method Insert (Inherited from Collection(ModelValidatorProvider).)
Protected method InsertItem Inserts a model-validator provider into the collection. (Overrides Collection(T).InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection(ModelValidatorProvider).)
Public method RemoveAt (Inherited from Collection(ModelValidatorProvider).)
Protected method RemoveItem (Inherited from Collection(ModelValidatorProvider).)
Protected method SetItem Replaces the model-validator provider element at the specified index. (Overrides Collection(T).SetItem(Int32, T).)
Public method ToString (Inherited from Object.)
Top
Show: