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