C# Class OpenRasta.Pipeline.CallGraph.Notification

Inheritance: IPipelineExecutionOrder, IPipelineExecutionOrderAnd
Show file Open project: openrasta/openrasta-core Class Usage Examples

Public Methods

Method Description
After ( Type contributorType ) : IPipelineExecutionOrderAnd
Before ( Type contributorType ) : IPipelineExecutionOrderAnd
Notification ( Func action, IEnumerable contributors ) : System

Private Methods

Method Description
GetContributorsOfType ( Type contributorType ) : IEnumerable
VerifyContributorIsRegistered ( Type contributorType ) : void

Method Details

After() public method

public After ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
return IPipelineExecutionOrderAnd

Before() public method

public Before ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
return IPipelineExecutionOrderAnd

Notification() public method

public Notification ( Func action, IEnumerable contributors ) : System
action Func
contributors IEnumerable
return System