C# 클래스 LeanCommandUnframework.FilterCollection

파일 보기 프로젝트 열기: SzymonPobiega/LeanCommandUnframework

공개 메소드들

메소드 설명
FilterCollection ( IEnumerable filters ) : System
OnHandled ( dynamic command, object result ) : void
OnHandling ( dynamic command ) : void

메소드 상세

FilterCollection() 공개 메소드

public FilterCollection ( IEnumerable filters ) : System
filters IEnumerable
리턴 System

OnHandled() 공개 메소드

public OnHandled ( dynamic command, object result ) : void
command dynamic
result object
리턴 void

OnHandling() 공개 메소드

public OnHandling ( dynamic command ) : void
command dynamic
리턴 void