Class DocumentDto
Inheritance
System.Object
DocumentDto
Assembly: Volo.Docs.Admin.Application.Contracts.dll
Syntax
public class DocumentDto : EntityDto<Guid>
Properties
Content
Declaration
public virtual string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
EditLink
Declaration
public virtual string EditLink { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public virtual string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageCode
Declaration
public virtual string LanguageCode { get; protected set; }
Property Value
Type |
Description |
System.String |
|
LastCachedTime
Declaration
public virtual DateTime LastCachedTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
LastSignificantUpdateTime
Declaration
public virtual DateTime? LastSignificantUpdateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
LastUpdatedTime
Declaration
public virtual DateTime LastUpdatedTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
LocalDirectory
Declaration
public virtual string LocalDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public virtual string Name { get; protected set; }
Property Value
Type |
Description |
System.String |
|
ProjectId
Declaration
public virtual Guid ProjectId { get; protected set; }
Property Value
RawRootUrl
Declaration
public virtual string RawRootUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
RootUrl
Declaration
public virtual string RootUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public virtual string Version { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods