C# Class DDDPPP.Chap21.MicroORM.Application.Infrastructure.UnitOfWork

Inheritance: IUnitOfWork
Afficher le fichier Open project: elbandit/PPPDDD Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Commit ( ) : void
RegisterAmended ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
UnitOfWork ( ) : System

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

RegisterAmended() public méthode

public RegisterAmended ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
entity IAggregateDataModel
unitofWorkRepository IUnitOfWorkRepository
Résultat void

RegisterNew() public méthode

public RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
entity IAggregateDataModel
unitofWorkRepository IUnitOfWorkRepository
Résultat void

UnitOfWork() public méthode

public UnitOfWork ( ) : System
Résultat System