Class PageItem
Inheritance
object
PageItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Pagination
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class PageItem
Constructors
PageItem(bool)
Declaration
public PageItem(bool isGap)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isGap |
PageItem(int)
Declaration
public PageItem(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Properties
Index
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| int |
IsGap
Declaration
public bool IsGap { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
CompareTo(PageItem)
Declaration
public int CompareTo(PageItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| PageItem | other |
Returns
| Type | Description |
|---|---|
| int |
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
object.Equals(object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |
Overrides
object.GetHashCode()