Show / Hide Table of Contents

Class GetAllInput

Inheritance
System.Object
GetAllInput
Namespace: Volo.Docs.Admin.Documents
Assembly: Volo.Docs.Admin.Application.Contracts.dll
Syntax
public class GetAllInput : PagedAndSortedResultRequestDto

Properties

CreationTimeMax

Declaration
public DateTime? CreationTimeMax { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

CreationTimeMin

Declaration
public DateTime? CreationTimeMin { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

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

LanguageCode

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

LastCachedTimeMax

Declaration
public DateTime? LastCachedTimeMax { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastCachedTimeMin

Declaration
public DateTime? LastCachedTimeMin { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastSignificantUpdateTimeMax

Declaration
public DateTime? LastSignificantUpdateTimeMax { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastSignificantUpdateTimeMin

Declaration
public DateTime? LastSignificantUpdateTimeMin { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastUpdatedTimeMax

Declaration
public DateTime? LastUpdatedTimeMax { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

LastUpdatedTimeMin

Declaration
public DateTime? LastUpdatedTimeMin { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Name

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

ProjectId

Declaration
public Guid? ProjectId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

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