ModelBinderProviderCollection Methods

Include Protected Members
Include Inherited Members

The ModelBinderProviderCollection type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from Collection<IModelBinderProvider>.)
Public method Clear (Inherited from Collection<IModelBinderProvider>.)
Protected method ClearItems (Inherited from Collection<IModelBinderProvider>.)
Public method Contains (Inherited from Collection<IModelBinderProvider>.)
Public method CopyTo (Inherited from Collection<IModelBinderProvider>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBinder Returns a model binder of the specified type.
Public method GetEnumerator (Inherited from Collection<IModelBinderProvider>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<IModelBinderProvider>.)
Public method Insert (Inherited from Collection<IModelBinderProvider>.)
Protected method InsertItem Inserts a model binder provider into the ModelBinderProviderCollection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<IModelBinderProvider>.)
Public method RemoveAt (Inherited from Collection<IModelBinderProvider>.)
Protected method RemoveItem (Inherited from Collection<IModelBinderProvider>.)
Protected method SetItem Replaces the model binder provider element at the specified index. (Overrides Collection<T>.SetItem(Int32, T).)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<IModelBinderProvider>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<IModelBinderProvider>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<IModelBinderProvider>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<IModelBinderProvider>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<IModelBinderProvider>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<IModelBinderProvider>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<IModelBinderProvider>.)

Top

See Also

Reference

ModelBinderProviderCollection Class

System.Web.Mvc Namespace