C# Класс Castle.Facilities.Synchronize.SynchronizeInterceptorSelector

Наследование: IInterceptorSelector
Показать файл Открыть проект

Открытые методы

Метод Описание
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