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

상속: IInterceptorSelector
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

GetHashCode ( ) : int

SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

SynchronizeInterceptorSelector ( SynchronizeMetaInfo metaInfo, IInterceptorSelector existingSelector ) : System

Constructs the selector with the existing selector.

비공개 메소드들

메소드 설명
IsInterfaceMappingCandidate ( Type type, MemberInfo method ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SelectInterceptors() 공개 메소드

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
리턴 IInterceptor[]

SynchronizeInterceptorSelector() 공개 메소드

Constructs the selector with the existing selector.
public SynchronizeInterceptorSelector ( SynchronizeMetaInfo metaInfo, IInterceptorSelector existingSelector ) : System
metaInfo SynchronizeMetaInfo The sync metadata.
existingSelector IInterceptorSelector The existing selector.
리턴 System