Show / Hide Table of Contents

Class GetAllInput

Inheritance
object
LimitedResultRequestDto
PagedResultRequestDto
PagedAndSortedResultRequestDto
GetAllInput
Implements
IValidatableObject
IPagedAndSortedResultRequest
IPagedResultRequest
ILimitedResultRequest
ISortedResultRequest
Inherited Members
PagedAndSortedResultRequestDto.Sorting
PagedResultRequestDto.SkipCount
LimitedResultRequestDto.Validate(ValidationContext)
LimitedResultRequestDto.DefaultMaxResultCount
LimitedResultRequestDto.MaxMaxResultCount
LimitedResultRequestDto.MaxResultCount
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Docs.Admin.Documents
Assembly: Volo.Docs.Admin.Application.Contracts.dll
Syntax
public class GetAllInput : PagedAndSortedResultRequestDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest

Constructors

GetAllInput()

Declaration
public GetAllInput()

Properties

CreationTimeMax

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

CreationTimeMin

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

FileName

Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxFileNameNameLength", null)]
public string FileName { get; set; }
Property Value
Type Description
string

Format

Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxFormatNameLength", null)]
public string Format { get; set; }
Property Value
Type Description
string

LanguageCode

Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxLanguageCodeNameLength", null)]
public string LanguageCode { get; set; }
Property Value
Type Description
string

LastCachedTimeMax

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

LastCachedTimeMin

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

LastSignificantUpdateTimeMax

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

LastSignificantUpdateTimeMin

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

LastUpdatedTimeMax

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

LastUpdatedTimeMin

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

Name

Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxNameLength", null)]
public string Name { get; set; }
Property Value
Type Description
string

ProjectId

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

Version

Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxVersionNameLength", null)]
public string Version { get; set; }
Property Value
Type Description
string

Implements

IValidatableObject
IPagedAndSortedResultRequest
IPagedResultRequest
ILimitedResultRequest
ISortedResultRequest

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