C# 클래스 Suteki.TardisBank.Web.Mvc.CastleWindsor.MediatorInstaller.ContravariantFilter

상속: IHandlersFilter
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
HasOpinionAbout ( Type service ) : bool
SelectHandlers ( Type service, IHandler handlers ) : IHandler[]

메소드 상세

HasOpinionAbout() 공개 메소드

public HasOpinionAbout ( Type service ) : bool
service System.Type
리턴 bool

SelectHandlers() 공개 메소드

public SelectHandlers ( Type service, IHandler handlers ) : IHandler[]
service System.Type
handlers IHandler
리턴 IHandler[]