C# Class Castle.Facilities.Synchronize.SynchronizeAttribute

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

Méthodes publiques

Méthode Description
SynchronizeAttribute ( ) : System

Constructs an empty SynchronizeAttribute.

SynchronizeAttribute ( String componentKey ) : System

Constructs the SynchronizeAttribute pointing to a key.

SynchronizeAttribute ( Type interceptorType ) : System

Constructs the SynchronizeAttribute pointing to a service.

Method Details

SynchronizeAttribute() public méthode

Constructs an empty SynchronizeAttribute.
public SynchronizeAttribute ( ) : System
Résultat System

SynchronizeAttribute() public méthode

Constructs the SynchronizeAttribute pointing to a key.
public SynchronizeAttribute ( String componentKey ) : System
componentKey String The component key.
Résultat System

SynchronizeAttribute() public méthode

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