C# 클래스 DDDPPP.Chap21.MicroORM.Application.Infrastructure.UnitOfWork

상속: IUnitOfWork
파일 보기 프로젝트 열기: elbandit/PPPDDD 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Commit ( ) : void
RegisterAmended ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
UnitOfWork ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

RegisterAmended() 공개 메소드

public RegisterAmended ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
entity IAggregateDataModel
unitofWorkRepository IUnitOfWorkRepository
리턴 void

RegisterNew() 공개 메소드

public RegisterNew ( IAggregateDataModel entity, IUnitOfWorkRepository unitofWorkRepository ) : void
entity IAggregateDataModel
unitofWorkRepository IUnitOfWorkRepository
리턴 void

UnitOfWork() 공개 메소드

public UnitOfWork ( ) : System
리턴 System