C# Класс Cedar.Framework.AuditTrail.Base.AuditLogEntryItem

This class represent a single item of an audit log entry.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AuditLogEntryItem ( string operation = null, string logId = null, int subId = 1 ) : System

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

Описание методов

AuditLogEntryItem() публичный Метод

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.
Результат System