Represents paging information.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class PagingInformationRepresents paging information.
public PagingInformation(int CurrentPage, int NumberOfPages, int TotalCount)
| Type | Name | Description |
|---|---|---|
| int | CurrentPage | The current page number. |
| int | NumberOfPages | The total number of pages. |
| int | TotalCount | The total count of items. |
Represents paging information.
protected PagingInformation(PagingInformation original)
| Type | Name | Description |
|---|---|---|
| PagingInformation | original |
The current page number.
public int CurrentPage { get; set; }
| Type | Description |
|---|---|
| int | The current page number. |
protected Type EqualityContract { get; }
| Type | Description |
|---|---|
| Type |
The total number of pages.
public int NumberOfPages { get; set; }
| Type | Description |
|---|---|
| int | The total number of pages. |
The total count of items.
public int TotalCount { get; set; }
| Type | Description |
|---|---|
| int | The total count of items. |
public void Deconstruct(Int32& CurrentPage, Int32& NumberOfPages, Int32& TotalCount)
| Type | Name | Description |
|---|---|---|
| Int32& | CurrentPage | |
| Int32& | NumberOfPages | |
| Int32& | TotalCount |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public override bool Equals(PagingInformation other)
| Type | Name | Description |
|---|---|---|
| PagingInformation | other |
| Type | Description |
|---|---|
| bool |
protected virtual bool PrintMembers(Text.StringBuilder builder)
| Type | Name | Description |
|---|---|---|
| Text.StringBuilder | builder |
| Type | Description |
|---|---|
| bool |
public static bool operator !=(PagingInformation left, PagingInformation right)
| Type | Name | Description |
|---|---|---|
| PagingInformation | left | |
| PagingInformation | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(PagingInformation left, PagingInformation right)
| Type | Name | Description |
|---|---|---|
| PagingInformation | left | |
| PagingInformation | right |
| Type | Description |
|---|---|
| bool |