C# Class OpenRasta.Pipeline.CallGraph.Notification

Inheritance: IPipelineExecutionOrder, IPipelineExecutionOrderAnd
Afficher le fichier Open project: openrasta/openrasta-core Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetContributorsOfType ( Type contributorType ) : IEnumerable
VerifyContributorIsRegistered ( Type contributorType ) : void

Method Details

After() public méthode

public After ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
Résultat IPipelineExecutionOrderAnd

Before() public méthode

public Before ( Type contributorType ) : IPipelineExecutionOrderAnd
contributorType System.Type
Résultat IPipelineExecutionOrderAnd

Notification() public méthode

public Notification ( Func action, IEnumerable contributors ) : System
action Func
contributors IEnumerable
Résultat System