ValueProviderFactoryCollection Class
Represents the collection of value-provider factories for the application.
System.Object
System.Collections.ObjectModel.Collection<ValueProviderFactory>
System.Web.Mvc.ValueProviderFactoryCollection
System.Collections.ObjectModel.Collection<ValueProviderFactory>
System.Web.Mvc.ValueProviderFactoryCollection
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ValueProviderFactoryCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
ValueProviderFactoryCollection() | Initializes a new instance of the ValueProviderFactoryCollection class. |
|
ValueProviderFactoryCollection(IList<ValueProviderFactory>) | Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories. |
| Name | Description | |
|---|---|---|
|
Count | (Inherited from Collection<ValueProviderFactory>.) |
|
Item | (Inherited from Collection<ValueProviderFactory>.) |
|
Items | (Inherited from Collection<ValueProviderFactory>.) |
| Name | Description | |
|---|---|---|
|
Add | (Inherited from Collection<ValueProviderFactory>.) |
|
Clear | (Inherited from Collection<ValueProviderFactory>.) |
|
ClearItems | (Inherited from Collection<ValueProviderFactory>.) |
|
Contains | (Inherited from Collection<ValueProviderFactory>.) |
|
CopyTo | (Inherited from Collection<ValueProviderFactory>.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | (Inherited from Collection<ValueProviderFactory>.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GetValueProvider | Returns the value-provider factory for the specified controller context. |
|
IndexOf | (Inherited from Collection<ValueProviderFactory>.) |
|
Insert | (Inherited from Collection<ValueProviderFactory>.) |
|
InsertItem | Inserts the specified value-provider factory object at the specified index location. (Overrides Collection<T>.InsertItem(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | (Inherited from Collection<ValueProviderFactory>.) |
|
RemoveAt | (Inherited from Collection<ValueProviderFactory>.) |
|
RemoveItem | (Inherited from Collection<ValueProviderFactory>.) |
|
SetItem | Sets the specified value-provider factory object at the given index location. (Overrides Collection<T>.SetItem(Int32, T).) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.Contains | (Inherited from Collection<ValueProviderFactory>.) |
|
ICollection.CopyTo | (Inherited from Collection<ValueProviderFactory>.) |
|
IEnumerable.GetEnumerator | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.IndexOf | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.Insert | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.IsFixedSize | (Inherited from Collection<ValueProviderFactory>.) |
|
ICollection<T>.IsReadOnly | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.IsReadOnly | (Inherited from Collection<ValueProviderFactory>.) |
|
ICollection.IsSynchronized | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.Item | (Inherited from Collection<ValueProviderFactory>.) |
|
IList.Remove | (Inherited from Collection<ValueProviderFactory>.) |
|
ICollection.SyncRoot | (Inherited from Collection<ValueProviderFactory>.) |