Table of Contents

Class ContentVersion

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

Constructors

ContentVersion()

public ContentVersion()

Properties

Content

public virtual Content? Content { get; set; }

Property Value

Content

ContentId

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

Property Value

Guid

CreatedAt

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

Property Value

DateTime

CreatorId

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

Property Value

string

CreatorName

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

Property Value

string

Id

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

Property Value

Guid

Snapshot

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

Property Value

string

Version

[Required]
public int Version { get; set; }

Property Value

int