C# Class Kooboo.Commerce.Data.CommerceDbTransaction

Inheritance: ICommerceDbTransaction
Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
CommerceDbTransaction ( System.Data.Entity.DbContextTransaction underlyingTransaction, CommerceDatabase database ) : System
Commit ( ) : void
Dispose ( ) : void
Rollback ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ThrowIfDisposed ( ) : void

Method Details

CommerceDbTransaction() public méthode

public CommerceDbTransaction ( System.Data.Entity.DbContextTransaction underlyingTransaction, CommerceDatabase database ) : System
underlyingTransaction System.Data.Entity.DbContextTransaction
database CommerceDatabase
Résultat System

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Rollback() public méthode

public Rollback ( ) : void
Résultat void