ModelStateDictionary Methods

Include Protected Members
Include Inherited Members

The ModelStateDictionary type exposes the following members.

Methods

  Name Description
Public method Add(KeyValuePair<String, ModelState>) Adds the specified item to the model-state dictionary.
Public method Add(String, ModelState) Adds an element that has the specified key and value to the model-state dictionary.
Public method AddModelError(String, Exception) Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key.
Public method AddModelError(String, String) Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key.
Public method Clear Removes all items from the model-state dictionary.
Public method Contains Determines whether the model-state dictionary contains a specific value.
Public method ContainsKey Determines whether the model-state dictionary contains the specified key.
Public method CopyTo Copies the elements of the model-state dictionary to an array, starting at a specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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.)
Public method IsValidField Determines whether there are any ModelError objects that are associated with or prefixed with the specified key.
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge Copies the values from the specified ModelStateDictionary object into this dictionary, overwriting existing values if keys are the same.
Public method Remove(KeyValuePair<String, ModelState>) Removes the first occurrence of the specified object from the model-state dictionary.
Public method Remove(String) Removes the element that has the specified key from the model-state dictionary.
Public method SetModelValue Sets the value for the specified key by using the specified value provider dictionary.
Public method ToString (Inherited from Object.)
Public method TryGetValue Attempts to gets the value that is associated with the specified key.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that can be used to iterate through the collection.

Top

See Also

Reference

ModelStateDictionary Class

System.Web.Mvc Namespace