C# Class TJ.CQRS.Tests.StubAggregate

Inheritance: AggregateRoot
Afficher le fichier Open project: mastoj/TJ.CQRS Class Usage Examples

Méthodes publiques

Méthode Description
DoSomethingElse ( ) : void
DoThis ( ) : void
SomethingIShouldNotDo ( ) : void
StubAggregate ( ) : System

Private Methods

Méthode Description
AnotherOkAction ( AnotherValidEvent obj ) : void
OkAction ( ValidEvent obj ) : void

Method Details

DoSomethingElse() public méthode

public DoSomethingElse ( ) : void
Résultat void

DoThis() public méthode

public DoThis ( ) : void
Résultat void

SomethingIShouldNotDo() public méthode

public SomethingIShouldNotDo ( ) : void
Résultat void

StubAggregate() public méthode

public StubAggregate ( ) : System
Résultat System