Class SearchQuery
- Namespace
- Oqtane.Models
- Assembly
- Oqtane.Shared.dll
- Inheritance
-
SearchQuery
Properties
Alias
public Alias Alias { get; set; }
Property Value
- Alias
BodyLength
public int BodyLength { get; set; }
Property Value
- int
ExcludeEntities
public string ExcludeEntities { get; set; }
Property Value
- string
FromDate
public DateTime FromDate { get; set; }
Property Value
- DateTime
IncludeEntities
public string IncludeEntities { get; set; }
Property Value
- string
Keywords
public string Keywords { get; set; }
Property Value
- string
PageIndex
public int PageIndex { get; set; }
Property Value
- int
PageSize
public int PageSize { get; set; }
Property Value
- int
Properties
public IDictionary<string, string> Properties { get; set; }
Property Value
- IDictionary<string, string>
SiteId
public int SiteId { get; set; }
Property Value
- int
SortField
public SearchSortField SortField { get; set; }
Property Value
- SearchSortField
SortOrder
public SearchSortOrder SortOrder { get; set; }
Property Value
- SearchSortOrder
ToDate
public DateTime ToDate { get; set; }
Property Value
- DateTime