C# Class Castle.Facilities.Synchronize.SynchronizeInterceptorSelector

Inheritance: IInterceptorSelector
Show file Open project: castleproject/Windsor

Public Methods

Method Description
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.

Private Methods

Method Description
IsInterfaceMappingCandidate ( Type type, MemberInfo method ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SelectInterceptors() public method

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

SynchronizeInterceptorSelector() public method

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