Class EntityFrameworkAuditHistoryEntry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Audit.EntityFramework
Assembly: Cephalon.Audit.EntityFramework.dll
Represents one durable audit-history row persisted by the Entity Framework provider.
public sealed class EntityFrameworkAuditHistoryEntryInheritance
Section titled “Inheritance”object ← EntityFrameworkAuditHistoryEntry
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”Action
Section titled “ Action”Gets or sets the logical action identifier.
public string Action { get; set; }Property Value
Section titled “Property Value”ActorDisplayName
Section titled “ ActorDisplayName”Gets or sets the actor display name associated with the entry.
public string ActorDisplayName { get; set; }Property Value
Section titled “Property Value”ActorId
Section titled “ ActorId”Gets or sets the actor identifier associated with the entry.
public string ActorId { get; set; }Property Value
Section titled “Property Value”ActorIsSystem
Section titled “ ActorIsSystem”Gets or sets a value indicating whether the actor represents a system principal.
public bool ActorIsSystem { get; set; }Property Value
Section titled “Property Value”ActorType
Section titled “ ActorType”Gets or sets the actor type associated with the entry.
public string ActorType { get; set; }Property Value
Section titled “Property Value”Category
Section titled “ Category”Gets or sets the logical audit category.
public string Category { get; set; }Property Value
Section titled “Property Value”ChangesJson
Section titled “ ChangesJson”Gets or sets the serialized change set associated with the entry.
public string ChangesJson { get; set; }Property Value
Section titled “Property Value”CorrelationId
Section titled “ CorrelationId”Gets or sets the correlation identifier associated with the entry.
public string? CorrelationId { get; set; }Property Value
Section titled “Property Value”Gets or sets the stable audit-entry identifier.
public string Id { get; set; }Property Value
Section titled “Property Value”MetadataJson
Section titled “ MetadataJson”Gets or sets the serialized audit metadata associated with the entry.
public string MetadataJson { get; set; }Property Value
Section titled “Property Value”OccurredAtUtc
Section titled “ OccurredAtUtc”Gets or sets the time at which the audited operation occurred.
public DateTimeOffset OccurredAtUtc { get; set; }Property Value
Section titled “Property Value”Outcome
Section titled “ Outcome”Gets or sets the serialized audit outcome.
public string Outcome { get; set; }Property Value
Section titled “Property Value”PersistedAtUtc
Section titled “ PersistedAtUtc”Gets or sets the time at which the durable history row was persisted.
public DateTimeOffset PersistedAtUtc { get; set; }Property Value
Section titled “Property Value”SubjectId
Section titled “ SubjectId”Gets or sets the stable subject identifier associated with the entry.
public string? SubjectId { get; set; }Property Value
Section titled “Property Value”SubjectType
Section titled “ SubjectType”Gets or sets the logical subject type associated with the entry.
public string SubjectType { get; set; }Property Value
Section titled “Property Value”Summary
Section titled “ Summary”Gets or sets the human-readable audit summary.
public string Summary { get; set; }Property Value
Section titled “Property Value”TagsJson
Section titled “ TagsJson”Gets or sets the serialized descriptive tags associated with the entry.
public string TagsJson { get; set; }Property Value
Section titled “Property Value”TenantId
Section titled “ TenantId”Gets or sets the tenant identifier associated with the entry.
public string? TenantId { get; set; }