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

Represents the meta information and type of an implementation of IFilter.
Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clone ( ) : object

Creates a new object that is a copy of the current instance.

FilterDescriptor ( Type filterType, ExecuteEnum when, int executionOrder, FilterAttribute attribute ) : System

Initializes a new instance of the FilterDescriptor class.

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

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

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

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

Initializes a new instance of the FilterDescriptor class.
public FilterDescriptor ( Type filterType, ExecuteEnum when, int executionOrder, FilterAttribute attribute ) : System
filterType System.Type Type of the filter.
when ExecuteEnum The flag that defines when it should run.
executionOrder int The execution order.
attribute FilterAttribute The attribute.
Результат System