PagingInformation Class

Represents paging information.

Inheritance

Object

PagingInformation

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class PagingInformation

Constructors

PagingInformationlink

Represents paging information.

Declaration
public PagingInformation(int CurrentPage, int NumberOfPages, int TotalCount)
Parameters
Type Name Description
int CurrentPage The current page number.
int NumberOfPages The total number of pages.
int TotalCount The total count of items.

PagingInformationlink

Represents paging information.

Declaration
protected PagingInformation(PagingInformation original)
Parameters
Type Name Description
PagingInformation original

Properties

CurrentPagelink

The current page number.

Declaration
public int CurrentPage { get; set; }
Property Value
Type Description
intThe current page number.

EqualityContractlink

Declaration
protected Type EqualityContract { get; }
Property Value
Type Description
Type

NumberOfPageslink

The total number of pages.

Declaration
public int NumberOfPages { get; set; }
Property Value
Type Description
intThe total number of pages.

TotalCountlink

The total count of items.

Declaration
public int TotalCount { get; set; }
Property Value
Type Description
intThe total count of items.

Methods

Deconstructlink

Declaration
public void Deconstruct(Int32& CurrentPage, Int32& NumberOfPages, Int32& TotalCount)
Parameters
Type Name Description
Int32& CurrentPage
Int32& NumberOfPages
Int32& TotalCount

Equalslink

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool

Equalslink

Declaration
public override bool Equals(PagingInformation other)
Parameters
Type Name Description
PagingInformation other
Returns
Type Description
bool

GetHashCodelink

Declaration
public override int GetHashCode()
Returns
Type Description
int

PrintMemberslink

Declaration
protected virtual bool PrintMembers(Text.StringBuilder builder)
Parameters
Type Name Description
Text.StringBuilder builder
Returns
Type Description
bool

ToStringlink

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=link

Declaration
public static bool operator !=(PagingInformation left, PagingInformation right)
Parameters
Type Name Description
PagingInformation left
PagingInformation right
Returns
Type Description
bool

operator ==link

Declaration
public static bool operator ==(PagingInformation left, PagingInformation right)
Parameters
Type Name Description
PagingInformation left
PagingInformation right
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙