ValueProviderFactoryCollection Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection(Of T).)

System_CAPS_pubmethodClear()

(Inherited from Collection(Of T).)

System_CAPS_protmethodClearItems()

Removes all elements from the collection.(Overrides Collection(Of T).ClearItems().)

System_CAPS_pubmethodContains(T)

(Inherited from Collection(Of T).)

System_CAPS_pubmethodCopyTo(T(), Int32)

(Inherited from Collection(Of T).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection(Of T).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueProvider(ControllerContext)

Returns the value-provider factory for the specified controller context.

System_CAPS_pubmethodIndexOf(T)

(Inherited from Collection(Of T).)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from Collection(Of T).)

System_CAPS_protmethodInsertItem(Int32, ValueProviderFactory)

Inserts the specified value-provider factory object at the specified index location.(Overrides Collection(Of T).InsertItem(Int32, T).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(T)

(Inherited from Collection(Of T).)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection(Of T).)

System_CAPS_protmethodRemoveItem(Int32)

Removes the element at the specified index of the Collection(Of T).(Overrides Collection(Of T).RemoveItem(Int32).)

System_CAPS_protmethodSetItem(Int32, ValueProviderFactory)

Sets the specified value-provider factory object at the given index location.(Overrides Collection(Of T).SetItem(Int32, T).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsSerializable(Of ValueProviderFactory)()

Convenience API to allow an IEnumerable{T} (such as returned by Linq2Sql) to be serialized by DataContractSerilizer.(Defined by IEnumerableExtensions.)

Return to top
Show: