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

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

Méthodes publiques

Méthode Description
AuditLogEntryItem ( string operation = null, string logId = null, int subId = 1 ) : System

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

Method Details

AuditLogEntryItem() public méthode

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