C# Class Castle.Core.CastleComponentAttribute

Inheritance: LifestyleAttribute
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
CastleComponentAttribute ( ) : System
CastleComponentAttribute ( String name ) : System
CastleComponentAttribute ( String name, LifestyleType lifestyle ) : System
GetDefaultsFor ( Type type ) : CastleComponentAttribute

Method Details

CastleComponentAttribute() public method

public CastleComponentAttribute ( ) : System
return System

CastleComponentAttribute() public method

public CastleComponentAttribute ( String name ) : System
name String
return System

CastleComponentAttribute() public method

public CastleComponentAttribute ( String name, LifestyleType lifestyle ) : System
name String
lifestyle LifestyleType
return System

GetDefaultsFor() public static method

public static GetDefaultsFor ( Type type ) : CastleComponentAttribute
type System.Type
return CastleComponentAttribute