Show / Hide Table of Contents

Class DocumentEto

Inheritance
object
DocumentEto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Docs.Documents
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class DocumentEto

Constructors

DocumentEto()

Declaration
public DocumentEto()

Properties

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
string

CreationTime

Declaration
public DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

EditLink

Declaration
public string EditLink { get; set; }
Property Value
Type Description
string

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

Format

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

Id

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

LanguageCode

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
string

LastCachedTime

Declaration
public DateTime LastCachedTime { get; set; }
Property Value
Type Description
DateTime

LastSignificantUpdateTime

Declaration
public DateTime? LastSignificantUpdateTime { get; set; }
Property Value
Type Description
DateTime?

LastUpdatedTime

Declaration
public DateTime LastUpdatedTime { get; set; }
Property Value
Type Description
DateTime

LocalDirectory

Declaration
public string LocalDirectory { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProjectId

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

RawRootUrl

Declaration
public string RawRootUrl { get; set; }
Property Value
Type Description
string

RootUrl

Declaration
public string RootUrl { get; set; }
Property Value
Type Description
string

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform