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
MockTransactionManager
C# Class UoW.Specs.Mocks.MockTransactionManager
Inheritance:
ITransactionManager
Mostra file
Open project: derickbailey/UnitOfWork
Class Usage Examples
Public Properties
Property
Type
Description
TransactionBegan
bool
TransactionCommitted
bool
TransactionRolledBack
bool
Public Methods
Method
Description
Begin
( ) :
void
Commit
( ) :
void
Rollback
( ) :
void
Method Details
Begin()
public
method
public
Begin
( ) :
void
return
void
Commit()
public
method
public
Commit
( ) :
void
return
void
Rollback()
public
method
public
Rollback
( ) :
void
return
void
Property Details
TransactionBegan
public_oe property
public
bool
TransactionBegan
return
bool
TransactionCommitted
public_oe property
public
bool
TransactionCommitted
return
bool
TransactionRolledBack
public_oe property
public
bool
TransactionRolledBack
return
bool