ModelValidatorProviderCollection Class
Provides a container for a list of validation providers.
System.Object
System.Collections.ObjectModel.Collection<ModelValidatorProvider>
System.Web.Mvc.ModelValidatorProviderCollection
System.Collections.ObjectModel.Collection<ModelValidatorProvider>
System.Web.Mvc.ModelValidatorProviderCollection
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ModelValidatorProviderCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ModelValidatorProviderCollection() | Initializes a new instance of the ModelValidatorProviderCollection class. |
![]() | ModelValidatorProviderCollection(IList<ModelValidatorProvider>) | Initializes a new instance of the ModelValidatorProviderCollection class using a list of model-validation providers. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<ModelValidatorProvider>.) |
![]() | Item | (Inherited from Collection<ModelValidatorProvider>.) |
![]() | Items | (Inherited from Collection<ModelValidatorProvider>.) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.Contains | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.IndexOf | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.Insert | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.Item | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | IList.Remove | (Inherited from Collection<ModelValidatorProvider>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection<ModelValidatorProvider>.) |
Show:

