C# Class Ncqrs.Config.Windsor.Tests.FakeInterceptor

Inheritance: ICommandServiceInterceptor
Afficher le fichier Open project: pjvds/ncqrs Class Usage Examples

Méthodes publiques

Свойство Type Description
OnAfterExecutionCalled bool
OnBeforeExecutionCalled bool
OnBeforeExecutorResolvingCalled bool

Méthodes publiques

Méthode Description
OnAfterExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
OnBeforeBeforeExecutorResolving ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
OnBeforeExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void

Method Details

OnAfterExecution() public méthode

public OnAfterExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
context Ncqrs.Commanding.ServiceModel.CommandContext
Résultat void

OnBeforeBeforeExecutorResolving() public méthode

public OnBeforeBeforeExecutorResolving ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
context Ncqrs.Commanding.ServiceModel.CommandContext
Résultat void

OnBeforeExecution() public méthode

public OnBeforeExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
context Ncqrs.Commanding.ServiceModel.CommandContext
Résultat void

Property Details

OnAfterExecutionCalled public_oe property

public bool OnAfterExecutionCalled
Résultat bool

OnBeforeExecutionCalled public_oe property

public bool OnBeforeExecutionCalled
Résultat bool

OnBeforeExecutorResolvingCalled public_oe property

public bool OnBeforeExecutorResolvingCalled
Résultat bool