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

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

공개 메소드들

메소드 설명
AuditLogEntry ( string functionName, string transactionId = null, string userid = null, string appVersion = null, System.DateTime logTime = null ) : System

보호된 메소드들

메소드 설명
GetProjectAssemblyVersion ( ) : string

Gets the project assembly version.

메소드 상세

AuditLogEntry() 공개 메소드

public AuditLogEntry ( string functionName, string transactionId = null, string userid = null, string appVersion = null, System.DateTime logTime = null ) : System
functionName string
transactionId string
userid string
appVersion string
logTime System.DateTime
리턴 System

GetProjectAssemblyVersion() 보호된 메소드

Gets the project assembly version.
protected GetProjectAssemblyVersion ( ) : string
리턴 string