C# 클래스 UoW.Specs.Mocks.MockTransactionManager

상속: ITransactionManager
파일 보기 프로젝트 열기: derickbailey/UnitOfWork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TransactionBegan bool
TransactionCommitted bool
TransactionRolledBack bool

공개 메소드들

메소드 설명
Begin ( ) : void
Commit ( ) : void
Rollback ( ) : void

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

프로퍼티 상세

TransactionBegan 공개적으로 프로퍼티

public bool TransactionBegan
리턴 bool

TransactionCommitted 공개적으로 프로퍼티

public bool TransactionCommitted
리턴 bool

TransactionRolledBack 공개적으로 프로퍼티

public bool TransactionRolledBack
리턴 bool