C# Класс Castle.MonoRail.Framework.Internal.DefaultFilterDescriptorProvider

Creates FilterDescriptor from attributes associated with the Controller
Наследование: IFilterDescriptorProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
CollectFilters ( Type controllerType ) : Castle.MonoRail.Framework.Internal.FilterDescriptor[]

Implementors should collect the filter information and return descriptors instances, or an empty array if none was found.

Service ( IServiceProvider provider ) : void

Invoked by the framework in order to give a chance to obtain other services

Описание методов

CollectFilters() публичный Метод

Implementors should collect the filter information and return descriptors instances, or an empty array if none was found.
public CollectFilters ( Type controllerType ) : Castle.MonoRail.Framework.Internal.FilterDescriptor[]
controllerType System.Type The controller type
Результат Castle.MonoRail.Framework.Internal.FilterDescriptor[]

Service() публичный Метод

Invoked by the framework in order to give a chance to obtain other services
public Service ( IServiceProvider provider ) : void
provider IServiceProvider The service proviver
Результат void