C# Class Castle.Facilities.WcfIntegration.Tests.PlumbingClasses.SelectorDependsOnIOperations

Inheritance: IInterceptorSelector
Show file Open project: castleproject/Windsor

Public Methods

Method Description
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
SelectorDependsOnIOperations ( ) : System
SelectorDependsOnIOperations ( IOperations depenency ) : System

Method Details

SelectInterceptors() public method

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

SelectorDependsOnIOperations() public method

public SelectorDependsOnIOperations ( ) : System
return System

SelectorDependsOnIOperations() public method

public SelectorDependsOnIOperations ( IOperations depenency ) : System
depenency IOperations
return System