Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class Paging

Inheritance

↳ object

    ↳ Paging

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Persistence

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class Paging

Constructors

Paging(int, int)

Declaration
public Paging(int pageIndex, int pageSize)
Parameters
TypeNameDescription
intpageIndex
intpageSize

Properties

PageIndex

Declaration
public int PageIndex { get; set; }
Property value
TypeDescription
int

PageSize

Declaration
public int PageSize { get; set; }
Property value
TypeDescription
int

Methods

Create(int, int)

Declaration
public static Paging Create(int pageIndex, int pageSize)
Parameters
TypeNameDescription
intpageIndex
intpageSize
Returns
TypeDescription
Paging

SkipCount()

Declaration
public int SkipCount()
Returns
TypeDescription
int

Extension Methods