C# Класс Habanero.BO.NullTransactionLogger

A transaction logger that does nothing (ie it doesn't log anything)
Наследование: ITransactionLog
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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