ValueProviderCollection Methods

Include Protected Members
Include Inherited Members

The ValueProviderCollection type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from Collection<IValueProvider>.)
Public method Clear (Inherited from Collection<IValueProvider>.)
Protected method ClearItems (Inherited from Collection<IValueProvider>.)
Public method Contains (Inherited from Collection<IValueProvider>.)
Public method ContainsPrefix Determines whether the collection contains the specified prefix.
Public method CopyTo (Inherited from Collection<IValueProvider>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<IValueProvider>.)
Public method GetHashCode (Inherited from Object.)
Public method GetKeysFromPrefix Gets the keys using the specified prefix.
Public method GetType (Inherited from Object.)
Public method GetValue(String) Returns a value object using the specified key.
Public method GetValue(String, Boolean) Returns a value object using the specified key and skip-validation parameter.
Public method IndexOf (Inherited from Collection<IValueProvider>.)
Public method Insert (Inherited from Collection<IValueProvider>.)
Protected method InsertItem Inserts the specified value-provider object into the collection at the specified index location. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<IValueProvider>.)
Public method RemoveAt (Inherited from Collection<IValueProvider>.)
Protected method RemoveItem (Inherited from Collection<IValueProvider>.)
Protected method SetItem Replaces the value provider at the specified index location with a new value provider. (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<IValueProvider>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<IValueProvider>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<IValueProvider>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<IValueProvider>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<IValueProvider>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<IValueProvider>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<IValueProvider>.)

Top

See Also

Reference

ValueProviderCollection Class

System.Web.Mvc Namespace