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

This class represents a single audit log entry.
Afficher le fichier Open project: Chinaccn/surfboard Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetProjectAssemblyVersion ( ) : string

Gets the project assembly version.

Method Details

AuditLogEntry() public méthode

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
Résultat System

GetProjectAssemblyVersion() protected méthode

Gets the project assembly version.
protected GetProjectAssemblyVersion ( ) : string
Résultat string