C# Class Castle.Core.CastleComponentAttribute

Inheritance: LifestyleAttribute
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
CastleComponentAttribute ( ) : System
CastleComponentAttribute ( String name ) : System
CastleComponentAttribute ( String name, LifestyleType lifestyle ) : System
GetDefaultsFor ( Type type ) : CastleComponentAttribute

Method Details

CastleComponentAttribute() public méthode

public CastleComponentAttribute ( ) : System
Résultat System

CastleComponentAttribute() public méthode

public CastleComponentAttribute ( String name ) : System
name String
Résultat System

CastleComponentAttribute() public méthode

public CastleComponentAttribute ( String name, LifestyleType lifestyle ) : System
name String
lifestyle LifestyleType
Résultat System

GetDefaultsFor() public static méthode

public static GetDefaultsFor ( Type type ) : CastleComponentAttribute
type System.Type
Résultat CastleComponentAttribute