C# 클래스 Akka.Interfaced.FilterHandlerBuilder

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
Build ( MethodInfo method, FilterChainKind kind ) : FilterChain
FilterHandlerBuilder ( Type type ) : System

비공개 메소드들

메소드 설명
BuildFilterItems ( Type type, MethodInfo method, FilterChainKind kind ) : List
CheckFilterKind ( IFilter filter, FilterChainKind kind ) : bool

메소드 상세

Build() 공개 메소드

public Build ( MethodInfo method, FilterChainKind kind ) : FilterChain
method System.Reflection.MethodInfo
kind FilterChainKind
리턴 FilterChain

FilterHandlerBuilder() 공개 메소드

public FilterHandlerBuilder ( Type type ) : System
type System.Type
리턴 System