Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Constructors
Declaration
public PageItem(bool isGap)
Parameters
Type |
Name |
Description |
bool |
isGap |
|
Declaration
public PageItem(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Properties
Declaration
public int Index { get; }
Property Value
Declaration
public bool IsGap { get; set; }
Property Value
Methods
Declaration
public int CompareTo(PageItem other)
Parameters
Returns
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods