Class DefaultPaginationOptions
Inheritance
System.Object
DefaultPaginationOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LightQuery.Client
Assembly: LightQuery.Client.dll
Syntax
public class DefaultPaginationOptions
Properties
| Improve this Doc View SourcePage
Declaration
public int Page { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PageSize
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SortDescending
Declaration
public bool SortDescending { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SortProperty
Declaration
public string SortProperty { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ThenSortDescending
Declaration
public bool ThenSortDescending { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ThenSortProperty
Declaration
public string ThenSortProperty { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |