C# Class Castle.Core.InterceptorAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
InterceptorAttribute ( Type interceptorType ) : System

Constructs the InterceptorAttribute pointing to a service

InterceptorAttribute ( string componentKey ) : System

Constructs the InterceptorAttribute pointing to a key to a interceptor

Method Details

InterceptorAttribute() public méthode

Constructs the InterceptorAttribute pointing to a service
public InterceptorAttribute ( Type interceptorType ) : System
interceptorType System.Type
Résultat System

InterceptorAttribute() public méthode

Constructs the InterceptorAttribute pointing to a key to a interceptor
public InterceptorAttribute ( string componentKey ) : System
componentKey string
Résultat System