C# 클래스 Cedar.Framework.AuditTrail.Redis.RedisAuditLogProvider

상속: Cedar.Framework.AuditTrail.Base.AuditLogProviderBase
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
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