C# Class Cedar.Framework.AuditTrail.Redis.RedisAuditLogProvider

Inheritance: Cedar.Framework.AuditTrail.Base.AuditLogProviderBase
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
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

Method Details

Archive() public method

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.
return void

GetLogDetail() public method

Gets the log detail.
public GetLogDetail ( string tableName, string logID ) : List
tableName string Name of the table.
logID string The log ID.
return List

RedisAuditLogProvider() public method

public RedisAuditLogProvider ( string name, string applicationName, RedisDatabaseWrapper redisDatabaseWrapper ) : System
name string
applicationName string
redisDatabaseWrapper Cedar.Core.EntLib.Data.RedisDatabaseWrapper
return System