C# Класс Cedar.Framework.AuditTrail.Redis.RedisAuditLogProvider

Наследование: Cedar.Framework.AuditTrail.Base.AuditLogProviderBase
Показать файл Открыть проект

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

Метод Описание
Archive ( System.DateTime from, System.DateTime till ) : void

Archives the audit log entries.

GetLogDetail ( string tableName, string logID ) : List

Gets the log detail.

RedisAuditLogProvider ( string name, string applicationName, RedisDatabaseWrapper redisDatabaseWrapper ) : System

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

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

Archives the audit log entries.
public Archive ( System.DateTime from, System.DateTime till ) : void
from System.DateTime The time after which the audit log entries is archived.
till System.DateTime The time before which the audit log entries is archived.
Результат void

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

Gets the log detail.
public GetLogDetail ( string tableName, string logID ) : List
tableName string Name of the table.
logID string The log ID.
Результат List

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

public RedisAuditLogProvider ( string name, string applicationName, RedisDatabaseWrapper redisDatabaseWrapper ) : System
name string
applicationName string
redisDatabaseWrapper Cedar.Core.EntLib.Data.RedisDatabaseWrapper
Результат System