C# 클래스 Habanero.BO.NullTransactionLogger

A transaction logger that does nothing (ie it doesn't log anything)
상속: ITransactionLog
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
GetPersistSql ( ) : IEnumerable

Returns an empty list

TransactionID ( ) : string

This is the ID that uniquely identifies this item of the transaction. This must be the same for the lifetime of the transaction object. This assumption is relied upon for certain optimisations in the Transaction Comitter.

UpdateAsRolledBack ( ) : void

Does nothing

UpdateStateAsCommitted ( ) : void

Does nothing

메소드 상세

GetPersistSql() 공개 메소드

Returns an empty list
public GetPersistSql ( ) : IEnumerable
리턴 IEnumerable

TransactionID() 공개 메소드

This is the ID that uniquely identifies this item of the transaction. This must be the same for the lifetime of the transaction object. This assumption is relied upon for certain optimisations in the Transaction Comitter.
public TransactionID ( ) : string
리턴 string

UpdateAsRolledBack() 공개 메소드

Does nothing
public UpdateAsRolledBack ( ) : void
리턴 void

UpdateStateAsCommitted() 공개 메소드

Does nothing
public UpdateStateAsCommitted ( ) : void
리턴 void