C# Class UoW.Specs.Mocks.MockTransactionManager

Inheritance: ITransactionManager
Mostrar archivo 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