PagedResultMeta Class
Defines the metadata for a paged set of data.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["PagedResultMeta"] class Type type-node

Syntax

public class PagedResultMeta

Properties

Name Property Type Summary
PageCount int
Gets the page count.
PageIndex int
Gets or sets the index of the page.
PageSize int
Gets or sets the size of the page.
TotalCount int
Gets or sets the total count.

Extension Methods

Name Value Summary
IsAssignableToISerializable<PagedResultMeta>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<PagedResultMeta>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<PagedResultMeta>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.