This topic has not yet been rated - Rate this topic

ModelBinderDictionary Class

Represents a class that contains all model binders for the application, listed by binder type.

System.Object
  System.Web.Mvc.ModelBinderDictionary

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public class ModelBinderDictionary : IDictionary<Type, IModelBinder>, 
	ICollection<KeyValuePair<Type, IModelBinder>>, IEnumerable<KeyValuePair<Type, IModelBinder>>, 
	IEnumerable

The ModelBinderDictionary type exposes the following members.

  Name Description
Public method ModelBinderDictionary Initializes a new instance of the ModelBinderDictionary class.
Top
  Name Description
Public property Count Gets the number of elements in the model binder dictionary.
Public property DefaultBinder Gets or sets the default model binder.
Public property IsReadOnly Gets a value that indicates whether the model binder dictionary is read-only.
Public property Item Gets or sets the specified key in an object that implements the IModelBinder interface.
Public property Keys Gets a collection that contains the keys in the model binder dictionary.
Public property Values Gets a collection that contains the values in the model binder dictionary.
Top
  Name Description
Public method Add(KeyValuePair<Type, IModelBinder>) Adds the specified item to the model binder dictionary.
Public method Add(Type, IModelBinder) Adds the specified item to the model binder dictionary using the specified key.
Public method Clear Removes all items from the model binder dictionary.
Public method Contains Determines whether the model binder dictionary contains a specified value.
Public method ContainsKey Determines whether the model binder dictionary contains an element that has the specified key.
Public method CopyTo Copies the elements of the model binder dictionary to an array, starting at a specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBinder(Type) Retrieves the model binder for the specified type.
Public method GetBinder(Type, Boolean) Retrieves the model binder for the specified type or retrieves the default model binder.
Public method GetEnumerator Returns an enumerator that can be used to iterate through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(KeyValuePair<Type, IModelBinder>) Removes the first occurrence of the specified element from the model binder dictionary.
Public method Remove(Type) Removes the element that has the specified key from the model binder dictionary.
Public method ToString (Inherited from Object.)
Public method TryGetValue Gets the value that is associated with the specified key.
Top
  Name Description
Explicit interface implemetation Private method IEnumerable.GetEnumerator Returns an enumerator that can be used to iterate through a collection.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)