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

Inheritance: Cedar.Framework.AuditTrail.Base.AuditLogProviderBase
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

GetLogDetail() public méthode

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

RedisAuditLogProvider() public méthode

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