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

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

Public Methods

Method 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 method

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