C# 클래스 Castle.Core.CastleComponentAttribute

상속: LifestyleAttribute
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
CastleComponentAttribute ( ) : System
CastleComponentAttribute ( String name ) : System
CastleComponentAttribute ( String name, LifestyleType lifestyle ) : System
GetDefaultsFor ( Type type ) : CastleComponentAttribute

메소드 상세

CastleComponentAttribute() 공개 메소드

public CastleComponentAttribute ( ) : System
리턴 System

CastleComponentAttribute() 공개 메소드

public CastleComponentAttribute ( String name ) : System
name String
리턴 System

CastleComponentAttribute() 공개 메소드

public CastleComponentAttribute ( String name, LifestyleType lifestyle ) : System
name String
lifestyle LifestyleType
리턴 System

GetDefaultsFor() 공개 정적인 메소드

public static GetDefaultsFor ( Type type ) : CastleComponentAttribute
type System.Type
리턴 CastleComponentAttribute