C# 클래스 Ncqrs.Config.Windsor.Tests.FakeInterceptor

상속: ICommandServiceInterceptor
파일 보기 프로젝트 열기: pjvds/ncqrs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnAfterExecutionCalled bool
OnBeforeExecutionCalled bool
OnBeforeExecutorResolvingCalled bool

공개 메소드들

메소드 설명
OnAfterExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
OnBeforeBeforeExecutorResolving ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void
OnBeforeExecution ( Ncqrs.Commanding.ServiceModel.CommandContext context ) : void

메소드 상세

OnAfterExecution() 공개 메소드

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

OnBeforeBeforeExecutorResolving() 공개 메소드

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

OnBeforeExecution() 공개 메소드

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

프로퍼티 상세

OnAfterExecutionCalled 공개적으로 프로퍼티

public bool OnAfterExecutionCalled
리턴 bool

OnBeforeExecutionCalled 공개적으로 프로퍼티

public bool OnBeforeExecutionCalled
리턴 bool

OnBeforeExecutorResolvingCalled 공개적으로 프로퍼티

public bool OnBeforeExecutorResolvingCalled
리턴 bool