C# 클래스 Castle.Facilities.Synchronize.SynchronizeAttribute

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

공개 메소드들

메소드 설명
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.

메소드 상세

SynchronizeAttribute() 공개 메소드

Constructs an empty SynchronizeAttribute.
public SynchronizeAttribute ( ) : System
리턴 System

SynchronizeAttribute() 공개 메소드

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

SynchronizeAttribute() 공개 메소드

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