Table of Contents

Class PagedResultMeta

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines the metadata for a paged set of data.

public class PagedResultMeta
Inheritance
PagedResultMeta
Inherited Members
Extension Methods

Properties

PageCount

Gets the page count.

public int PageCount { get; }

Property Value

int

PageIndex

Gets or sets the index of the page.

public int PageIndex { get; set; }

Property Value

int

PageSize

Gets or sets the size of the page.

public int PageSize { get; set; }

Property Value

int

TotalCount

Gets or sets the total count.

public int TotalCount { get; set; }

Property Value

int