This topic has not yet been rated - Rate this topic

ValueProviderFactoryCollection Class

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

System.Object
  System.Collections.ObjectModel.Collection<ValueProviderFactory>
    System.Web.Mvc.ValueProviderFactoryCollection

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public class ValueProviderFactoryCollection : Collection<ValueProviderFactory>

The ValueProviderFactoryCollection type exposes the following members.

  Name Description
Public method ValueProviderFactoryCollection() Initializes a new instance of the ValueProviderFactoryCollection class.
Public method ValueProviderFactoryCollection(IList<ValueProviderFactory>) Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.
Top
  Name Description
Public property Count (Inherited from Collection<ValueProviderFactory>.)
Public property Item (Inherited from Collection<ValueProviderFactory>.)
Protected property Items (Inherited from Collection<ValueProviderFactory>.)
Top
  Name Description
Public method Add (Inherited from Collection<ValueProviderFactory>.)
Public method Clear (Inherited from Collection<ValueProviderFactory>.)
Protected method ClearItems (Inherited from Collection<ValueProviderFactory>.)
Public method Contains (Inherited from Collection<ValueProviderFactory>.)
Public method CopyTo (Inherited from Collection<ValueProviderFactory>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<ValueProviderFactory>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValueProvider Returns the value-provider factory for the specified controller context.
Public method IndexOf (Inherited from Collection<ValueProviderFactory>.)
Public method Insert (Inherited from Collection<ValueProviderFactory>.)
Protected method InsertItem Inserts the specified value-provider factory object at the specified index location. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<ValueProviderFactory>.)
Public method RemoveAt (Inherited from Collection<ValueProviderFactory>.)
Protected method RemoveItem (Inherited from Collection<ValueProviderFactory>.)
Protected method SetItem Sets the specified value-provider factory object at the given index location. (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<ValueProviderFactory>.)
Explicit interface implemetation Private method IList.Contains (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private method IEnumerable.GetEnumerator (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private method IList.Insert (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private property IList.IsFixedSize (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private property ICollection<T>.IsReadOnly (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private property IList.IsReadOnly (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private property ICollection.IsSynchronized (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private property IList.Item (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private method IList.Remove (Inherited from Collection<ValueProviderFactory>.)
Explicit interface implemetation Private property ICollection.SyncRoot (Inherited from Collection<ValueProviderFactory>.)
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)