C# Class Castle.Facilities.Synchronize.SynchronizeAttribute

Inheritance: System.Attribute
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method 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 method

Constructs an empty SynchronizeAttribute.
public SynchronizeAttribute ( ) : System
return System

SynchronizeAttribute() public method

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

SynchronizeAttribute() public method

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