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

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

Private Properties

Свойство Тип Описание

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

Метод Описание
SkipFilterAttribute ( ) : System

Constructs a SkipFilterAttribute which skips all filters.

SkipFilterAttribute ( Type filterType ) : System

Constructs a SkipFilterAttribute associating the filter type that should be skipped.

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

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

Constructs a SkipFilterAttribute which skips all filters.
public SkipFilterAttribute ( ) : System
Результат System

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

Constructs a SkipFilterAttribute associating the filter type that should be skipped.
public SkipFilterAttribute ( Type filterType ) : System
filterType System.Type The filter type to be skipped
Результат System