C# 클래스 OpenRasta.Pipeline.CallGraph.Notification

상속: IPipelineExecutionOrder, IPipelineExecutionOrderAnd
파일 보기 프로젝트 열기: openrasta/openrasta-core 1 사용 예제들

공개 메소드들

메소드 설명
After ( Type contributorType ) : IPipelineExecutionOrderAnd
Before ( Type contributorType ) : IPipelineExecutionOrderAnd
Notification ( Func action, IEnumerable contributors ) : System

비공개 메소드들

메소드 설명
GetContributorsOfType ( Type contributorType ) : IEnumerable
VerifyContributorIsRegistered ( Type contributorType ) : void

메소드 상세

After() 공개 메소드

public After ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
리턴 IPipelineExecutionOrderAnd

Before() 공개 메소드

public Before ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
리턴 IPipelineExecutionOrderAnd

Notification() 공개 메소드

public Notification ( Func action, IEnumerable contributors ) : System
action Func
contributors IEnumerable
리턴 System