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, |
|
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 |
public GetLogDetail ( string tableName, string logID ) : List |
||
tableName | string | Name of the table. |
logID | string | The log ID. |
return | List |
public RedisAuditLogProvider ( string name, string applicationName, |
||
name | string | |
applicationName | string | |
redisDatabaseWrapper | ||
return | System |