C# 클래스 Cedar.Framework.AuditTrail.Base.AuditLogProviderBase

This is base class of all concrete audit log provider classes used to retrieve and archive audit log entries.
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

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

메소드 상세

Archive() 공개 추상적인 메소드

Archives the audit log entries.
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

AuditLogProviderBase() 공개 메소드

Initializes a new instance of the T:Cedar.Framework.AuditTrail.Base.AuditLogProviderBase class.
public AuditLogProviderBase ( string name ) : System
name string The provider name.
리턴 System

GetLogDetail() 공개 추상적인 메소드

public abstract GetLogDetail ( string tableName, string logID ) : List
tableName string
logID string
리턴 List