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

Inheritance: ICommandServiceInterceptor
Show file Open project: pjvds/ncqrs Class Usage Examples

Public Properties

Property Type Description
OnAfterExecutionCalled bool
OnBeforeExecutionCalled bool
OnBeforeExecutorResolvingCalled bool

Public Methods

Method 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 method

public OnAfterExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
context Ncqrs.Commanding.ServiceModel.CommandContext
return void

OnBeforeBeforeExecutorResolving() public method

public OnBeforeBeforeExecutorResolving ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
context Ncqrs.Commanding.ServiceModel.CommandContext
return void

OnBeforeExecution() public method

public OnBeforeExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
context Ncqrs.Commanding.ServiceModel.CommandContext
return void

Property Details

OnAfterExecutionCalled public property

public bool OnAfterExecutionCalled
return bool

OnBeforeExecutionCalled public property

public bool OnBeforeExecutionCalled
return bool

OnBeforeExecutorResolvingCalled public property

public bool OnBeforeExecutorResolvingCalled
return bool