Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
UoW
Specs
Mocks
MockUnitOfWork
C# Class UoW.Specs.Mocks.MockUnitOfWork
Inheritance:
IUnitOfWork
Mostra file
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