C# Класс Castle.MonoRail.Framework.FilterAttribute

Наследование: System.Attribute, IFilterDescriptorBuilder
Показать файл Открыть проект

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

Метод Описание
BuildFilterDescriptors ( ) : Castle.MonoRail.Framework.Descriptors.FilterDescriptor[]

Implementation of IFilterDescriptorBuilder. Returns the descriptor for this filter association.

FilterAttribute ( ExecuteEnum when, Type filterType ) : System

Constructs a FilterAttribute associating the filter type and when the filter should be invoked.

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

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

Implementation of IFilterDescriptorBuilder. Returns the descriptor for this filter association.
public BuildFilterDescriptors ( ) : Castle.MonoRail.Framework.Descriptors.FilterDescriptor[]
Результат Castle.MonoRail.Framework.Descriptors.FilterDescriptor[]

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

Constructs a FilterAttribute associating the filter type and when the filter should be invoked.
public FilterAttribute ( ExecuteEnum when, Type filterType ) : System
when ExecuteEnum When to execute the filter
filterType System.Type The filter implementation
Результат System