ModelBinderDictionary Methods

Visual Studio 2010

The ModelBinderDictionary type exposes the following members.

  NameDescription
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 Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (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 Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetValue Gets the value that is associated with the specified key.
Top

  NameDescription
Explicit interface implemetation Private method IEnumerable.GetEnumerator Returns an enumerator that can be used to iterate through a collection.
Top

Community Additions

ADD
Show: