C# Class UoW.Specs.Mocks.MockUnitOfWork

Inheritance: IUnitOfWork
ファイルを表示 Open project: derickbailey/UnitOfWork Class Usage Examples

Public Properties

Property Type Description
WasStarted bool
WasStopped bool

Public Methods

Method Description
Shutdown ( IUnitOfWorkStorage storage ) : void
Start ( ) : void

Method Details

Shutdown() public method

public Shutdown ( IUnitOfWorkStorage storage ) : void
storage IUnitOfWorkStorage
return void

Start() public method

public Start ( ) : void
return void

Property Details

WasStarted public_oe property

public bool WasStarted
return bool

WasStopped public_oe property

public bool WasStopped
return bool