Show / Hide Table of Contents

Class DocumentEto

Inheritance
System.Object
DocumentEto
Namespace: Volo.Docs.Documents
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

Format

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

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
Type Description
Guid

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft