메소드 | 설명 | |
---|---|---|
Archive ( System.DateTime from, System.DateTime till ) : void |
Archives the audit log entries.
|
|
AuditLogProviderBase ( string name ) : System |
Initializes a new instance of the T:Cedar.Framework.AuditTrail.Base.AuditLogProviderBase class.
|
|
GetLogDetail ( string tableName, string logID ) : List |
|
public abstract 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 |
public AuditLogProviderBase ( string name ) : System | ||
name | string | The provider name. |
리턴 | System |
public abstract GetLogDetail ( string tableName, string logID ) : List |
||
tableName | string | |
logID | string | |
리턴 | List |