C# Class Cedar.Framework.AuditTrail.Base.AuditLogEntry

This class represents a single audit log entry.
ファイルを表示 Open project: Chinaccn/surfboard Class Usage Examples

Public Methods

Method Description
AuditLogEntry ( string functionName, string transactionId = null, string userid = null, string appVersion = null, System.DateTime logTime = null ) : System

Protected Methods

Method Description
GetProjectAssemblyVersion ( ) : string

Gets the project assembly version.

Method Details

AuditLogEntry() public method

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
return System

GetProjectAssemblyVersion() protected method

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