C# Class UoW.Specs.Mocks.MockUnitOfWork

Inheritance: IUnitOfWork
Afficher le fichier Open project: derickbailey/UnitOfWork Class Usage Examples

Méthodes publiques

Свойство Type Description
WasStarted bool
WasStopped bool

Méthodes publiques

Méthode Description
Shutdown ( IUnitOfWorkStorage storage ) : void
Start ( ) : void

Method Details

Shutdown() public méthode

public Shutdown ( IUnitOfWorkStorage storage ) : void
storage IUnitOfWorkStorage
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

WasStarted public_oe property

public bool WasStarted
Résultat bool

WasStopped public_oe property

public bool WasStopped
Résultat bool