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

This class represent a single item of an audit log entry.
파일 보기 프로젝트 열기: Chinaccn/surfboard 1 사용 예제들

공개 메소드들

메소드 설명
AuditLogEntryItem ( string operation = null, string logId = null, int subId = 1 ) : System

Initializes a new instance of the T:Cedar.Framework.AuditTrail.Base.AuditLogEntryItem class.

메소드 상세

AuditLogEntryItem() 공개 메소드

Initializes a new instance of the T:Cedar.Framework.AuditTrail.Base.AuditLogEntryItem class.
public AuditLogEntryItem ( string operation = null, string logId = null, int subId = 1 ) : System
operation string The operation.
logId string The log id.
subId int The sub id.
리턴 System