Class GetAllInput
Inheritance
System.Object
GetAllInput
Assembly: Volo.Docs.Admin.Application.Contracts.dll
public class GetAllInput : PagedAndSortedResultRequestDto
Properties
Declaration
public DateTime? CreationTimeMax { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public DateTime? CreationTimeMin { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime? LastCachedTimeMax { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public DateTime? LastCachedTimeMin { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public DateTime? LastSignificantUpdateTimeMax { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public DateTime? LastSignificantUpdateTimeMin { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public DateTime? LastUpdatedTimeMax { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public DateTime? LastUpdatedTimeMin { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid? ProjectId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods