This topic has not yet been rated - Rate this topic

ValueProviderCollection Class

Represents the collection of value-provider objects for the application.

System.Object
  System.Collections.ObjectModel.Collection<IValueProvider>
    System.Web.Mvc.ValueProviderCollection

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public class ValueProviderCollection : Collection<IValueProvider>, 
	IUnvalidatedValueProvider, IValueProvider

The ValueProviderCollection type exposes the following members.

  Name Description
Public method ValueProviderCollection() Initializes a new instance of the ValueProviderCollection class.
Public method ValueProviderCollection(IList<IValueProvider>) Initializes a new instance of the ValueProviderCollection class and registers the specified value providers.
Top
  Name Description
Public property Count (Inherited from Collection<IValueProvider>.)
Public property Item (Inherited from Collection<IValueProvider>.)
Protected property Items (Inherited from Collection<IValueProvider>.)
Top
  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 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
  Name Description
Explicit interface implemetation Private method IList.Add (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private method IList.Contains (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private method IEnumerable.GetEnumerator (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private method IList.Insert (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private property IList.IsFixedSize (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private property ICollection<T>.IsReadOnly (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private property IList.IsReadOnly (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private property ICollection.IsSynchronized (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private property IList.Item (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private method IList.Remove (Inherited from Collection<IValueProvider>.)
Explicit interface implemetation Private property ICollection.SyncRoot (Inherited from Collection<IValueProvider>.)
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)