System.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntaxpublic sealed class AuditItem : EntityBase, IRememberBeingDirty, ICanBeDirty, IAuditItem, IEntity, IDeepCloneable
Constructors View Source AuditItem(Int32, AuditType, Int32, String, String, String, Nullable<DateTime>)
Initializes a new instance of the AuditItem class.
Declarationpublic AuditItem(int objectId, AuditType type, int userId, string entityType, string comment = null, string parameters = null, DateTime? createDate = null)
Parameters Type Name Description System.Int32 objectId AuditType type System.Int32 userId System.String entityType System.String comment System.String parameters System.Nullable<DateTime> createDate Properties View Source AuditType
Gets the audit type.
Declarationpublic AuditType AuditType { get; }
Property Value View Source
Gets the audit comments.
Declarationpublic string Comment { get; }
Property Value Type Description System.String View Source EntityType
Gets the audited entity type.
Declarationpublic string EntityType { get; }
Property Value Type Description System.String View Source Parameters
Gets optional additional data parameters.
Declarationpublic string Parameters { get; }
Property Value Type Description System.String View Source UserId
Gets the audit user identifier.
Declarationpublic int UserId { get; }
Property Value Type Description System.Int32
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4