C# Class Castle.Facilities.Synchronize.SynchronizeInterceptorSelector

Inheritance: IInterceptorSelector
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode 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

Méthode Description
IsInterfaceMappingCandidate ( Type type, MemberInfo method ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SelectInterceptors() public méthode

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

SynchronizeInterceptorSelector() public méthode

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