Table of Contents

Class ContentAuditLog

Namespace
Biwen.QuickApi.Contents.Domain
Assembly
Biwen.QuickApi.Contents.dll
[Index("ContentId", new string[] { "Timestamp" })]
public class ContentAuditLog
Inheritance
ContentAuditLog
Inherited Members
Extension Methods

Constructors

ContentAuditLog()

public ContentAuditLog()

Properties

Action

[Required]
[StringLength(50)]
public string Action { get; set; }

Property Value

string

Content

public virtual Content? Content { get; set; }

Property Value

Content

ContentId

[Required]
public Guid ContentId { get; set; }

Property Value

Guid

Details

[Required]
public string Details { get; set; }

Property Value

string

Id

[Key]
public Guid Id { get; set; }

Property Value

Guid

OperatorId

[StringLength(100)]
public string? OperatorId { get; set; }

Property Value

string

OperatorName

public string? OperatorName { get; set; }

Property Value

string

Timestamp

[Required]
public DateTime Timestamp { get; set; }

Property Value

DateTime