C# Class NCop.Samples.MultipleAspects.Methods.OnMethodBoundaryAspectImpl

Inheritance: NCop.Aspects.Framework.OnActionBoundaryAspect
Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
OnEntry ( ActionExecutionArgs args ) : void
OnException ( ActionExecutionArgs args ) : void
OnExit ( ActionExecutionArgs args ) : void
OnSuccess ( ActionExecutionArgs args ) : void

Method Details

OnEntry() public méthode

public OnEntry ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

OnException() public méthode

public OnException ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

OnExit() public méthode

public OnExit ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void

OnSuccess() public méthode

public OnSuccess ( ActionExecutionArgs args ) : void
args ActionExecutionArgs
Résultat void