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