Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
UoW
Specs
Mocks
MockTransactionManager
C# Class UoW.Specs.Mocks.MockTransactionManager
Inheritance:
ITransactionManager
Afficher le fichier
Open project: derickbailey/UnitOfWork
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
TransactionBegan
bool
TransactionCommitted
bool
TransactionRolledBack
bool
Méthodes publiques
Méthode
Description
Begin
( ) :
void
Commit
( ) :
void
Rollback
( ) :
void
Method Details
Begin()
public
méthode
public
Begin
( ) :
void
Résultat
void
Commit()
public
méthode
public
Commit
( ) :
void
Résultat
void
Rollback()
public
méthode
public
Rollback
( ) :
void
Résultat
void
Property Details
TransactionBegan
public_oe property
public
bool
TransactionBegan
Résultat
bool
TransactionCommitted
public_oe property
public
bool
TransactionCommitted
Résultat
bool
TransactionRolledBack
public_oe property
public
bool
TransactionRolledBack
Résultat
bool