This topic has not yet been rated - Rate this topic

ValueProviderFactoryCollection Class

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

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.

  NameDescription
Public methodValueProviderFactoryCollection()Initializes a new instance of the ValueProviderFactoryCollection class.
Public methodValueProviderFactoryCollection(IList<ValueProviderFactory>)Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.
Top
  NameDescription
Public propertyCount (Inherited from Collection<ValueProviderFactory>.)
Public propertyItem (Inherited from Collection<ValueProviderFactory>.)
Protected propertyItems (Inherited from Collection<ValueProviderFactory>.)
Top
  NameDescription
Public methodAdd (Inherited from Collection<ValueProviderFactory>.)
Public methodClear (Inherited from Collection<ValueProviderFactory>.)
Protected methodClearItems (Inherited from Collection<ValueProviderFactory>.)
Public methodContains (Inherited from Collection<ValueProviderFactory>.)
Public methodCopyTo (Inherited from Collection<ValueProviderFactory>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<ValueProviderFactory>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValueProviderReturns the value-provider factory for the specified controller context.
Public methodIndexOf (Inherited from Collection<ValueProviderFactory>.)
Public methodInsert (Inherited from Collection<ValueProviderFactory>.)
Protected methodInsertItemInserts the specified value-provider factory object at the specified index location. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from Collection<ValueProviderFactory>.)
Public methodRemoveAt (Inherited from Collection<ValueProviderFactory>.)
Protected methodRemoveItem (Inherited from Collection<ValueProviderFactory>.)
Protected methodSetItemSets the specified value-provider factory object at the given index location. (Overrides Collection<T>.SetItem(Int32, T).)
Public methodToString (Inherited from Object.)
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)
© 2013 Microsoft. All rights reserved.