Class DocumentWithoutContent
Inheritance
DocumentWithoutContent
Assembly: Volo.Docs.Domain.dll
Syntax
public class DocumentWithoutContent
Constructors
DocumentWithoutContent()
Declaration
public DocumentWithoutContent()
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
FileName
Declaration
public virtual string FileName { get; set; }
Property Value
Format
Declaration
public virtual string Format { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
LanguageCode
Declaration
public virtual string LanguageCode { get; set; }
Property Value
LastCachedTime
Declaration
public virtual DateTime LastCachedTime { get; set; }
Property Value
LastSignificantUpdateTime
Declaration
public virtual DateTime? LastSignificantUpdateTime { get; set; }
Property Value
LastUpdatedTime
Declaration
public virtual DateTime LastUpdatedTime { get; set; }
Property Value
Name
Declaration
public virtual string Name { get; set; }
Property Value
ProjectId
Declaration
public virtual Guid ProjectId { get; set; }
Property Value
ProjectName
Declaration
public virtual string ProjectName { get; set; }
Property Value
Version
Declaration
public virtual string Version { get; set; }
Property Value
Extension Methods