C# Class TJ.CQRS.Tests.StubAggregate

Inheritance: AggregateRoot
显示文件 Open project: mastoj/TJ.CQRS Class Usage Examples

Public Methods

Method Description
DoSomethingElse ( ) : void
DoThis ( ) : void
SomethingIShouldNotDo ( ) : void
StubAggregate ( ) : System

Private Methods

Method Description
AnotherOkAction ( AnotherValidEvent obj ) : void
OkAction ( ValidEvent obj ) : void

Method Details

DoSomethingElse() public method

public DoSomethingElse ( ) : void
return void

DoThis() public method

public DoThis ( ) : void
return void

SomethingIShouldNotDo() public method

public SomethingIShouldNotDo ( ) : void
return void

StubAggregate() public method

public StubAggregate ( ) : System
return System