Class GetAllInput
Assembly: Volo.Docs.Admin.Application.Contracts.dll
public class GetAllInput : PagedAndSortedResultRequestDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
Declaration
Properties
Declaration
public DateTime? CreationTimeMax { get; set; }
Property Value
Declaration
public DateTime? CreationTimeMin { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxFileNameNameLength", null)]
public string FileName { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxFormatNameLength", null)]
public string Format { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxLanguageCodeNameLength", null)]
public string LanguageCode { get; set; }
Property Value
Declaration
public DateTime? LastCachedTimeMax { get; set; }
Property Value
Declaration
public DateTime? LastCachedTimeMin { get; set; }
Property Value
Declaration
public DateTime? LastSignificantUpdateTimeMax { get; set; }
Property Value
Declaration
public DateTime? LastSignificantUpdateTimeMin { get; set; }
Property Value
Declaration
public DateTime? LastUpdatedTimeMax { get; set; }
Property Value
Declaration
public DateTime? LastUpdatedTimeMin { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxNameLength", null)]
public string Name { get; set; }
Property Value
Declaration
public Guid? ProjectId { get; set; }
Property Value
Declaration
[DynamicStringLength(typeof(DocumentConsts), "MaxVersionNameLength", null)]
public string Version { get; set; }
Property Value
Implements
Extension Methods