Class PaginationResult<T>
Inheritance
System.Object
PaginationResult<T>
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 PaginationResult<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Improve this Doc View SourceData
Declaration
public List<T> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T> |
Page
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 |
TotalCount
Declaration
public int TotalCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |