FilterProviderCollection Class

Represents the collection of filter providers for the application.

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

public ref class FilterProviderCollection : public Collection<IFilterProvider^>

The FilterProviderCollection type exposes the following members.

  NameDescription
Public methodFilterProviderCollection()Initializes a new instance of the FilterProviderCollection class.
Public methodFilterProviderCollection(IList<IFilterProvider>)Initializes a new instance of the FilterProviderCollection class using the filter providers collection.
Top

  NameDescription
Public propertyCount (Inherited from Collection<IFilterProvider>.)
Public propertyItem (Inherited from Collection<IFilterProvider>.)
Protected propertyItems (Inherited from Collection<IFilterProvider>.)
Top

  NameDescription
Public methodAdd (Inherited from Collection<IFilterProvider>.)
Public methodClear (Inherited from Collection<IFilterProvider>.)
Protected methodClearItems (Inherited from Collection<IFilterProvider>.)
Public methodContains (Inherited from Collection<IFilterProvider>.)
Public methodCopyTo (Inherited from Collection<IFilterProvider>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<IFilterProvider>.)
Public methodGetFiltersReturns the collection of filter providers.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection<IFilterProvider>.)
Public methodInsert (Inherited from Collection<IFilterProvider>.)
Protected methodInsertItem (Inherited from Collection<IFilterProvider>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from Collection<IFilterProvider>.)
Public methodRemoveAt (Inherited from Collection<IFilterProvider>.)
Protected methodRemoveItem (Inherited from Collection<IFilterProvider>.)
Protected methodSetItem (Inherited from Collection<IFilterProvider>.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList::Add (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate methodIList::Contains (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate methodICollection::CopyTo (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate methodIEnumerable::GetEnumerator (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate methodIList::IndexOf (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate methodIList::Insert (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate propertyIList::IsFixedSize (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate propertyICollection<T>::IsReadOnly (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate propertyIList::IsReadOnly (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate propertyICollection::IsSynchronized (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate propertyIList::Item (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate methodIList::Remove (Inherited from Collection<IFilterProvider>.)
Explicit interface implemetationPrivate propertyICollection::SyncRoot (Inherited from Collection<IFilterProvider>.)
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.
Show: