C# Class Castle.MonoRail.Framework.SkipFilterAttribute

Inheritance: System.Attribute
Show file Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method Description
SkipFilterAttribute ( ) : System

Constructs a SkipFilterAttribute which skips all filters.

SkipFilterAttribute ( Type filterType ) : System

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

Method Details

SkipFilterAttribute() public method

Constructs a SkipFilterAttribute which skips all filters.
public SkipFilterAttribute ( ) : System
return System

SkipFilterAttribute() public method

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
return System