C# Класс Habanero.DB.TransactionLoggerFactory

database table-based implementation of ITransactionLoggerFactory
Наследование: ITransactionLoggerFactory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetLogger ( BusinessObject bo ) : ITransactionLog

Creates a TransactionLogTable that will log the provided BO.

GetLogger ( BusinessObject bo, string tableName ) : ITransactionLog

Creates a TransactionLogTable with the provided table name/

Описание методов

GetLogger() публичный Метод

Creates a TransactionLogTable that will log the provided BO.
public GetLogger ( BusinessObject bo ) : ITransactionLog
bo BusinessObject
Результат ITransactionLog

GetLogger() публичный Метод

Creates a TransactionLogTable with the provided table name/
public GetLogger ( BusinessObject bo, string tableName ) : ITransactionLog
bo BusinessObject The bo to log
tableName string The table to log to
Результат ITransactionLog