C# Class Castle.MonoRail.Framework.SkipFilterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Constructs a SkipFilterAttribute which skips all filters.
public SkipFilterAttribute ( ) : System
Résultat System

SkipFilterAttribute() public méthode

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
Résultat System