C# Class Signum.Entities.DynamicQuery.Pagination.Firsts

Inheritance: Pagination
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
DefaultTopElements int

Public Methods

Method Description
Firsts ( int topElements ) : System
GetElementsPerPage ( ) : int?
GetMode ( ) : PaginationMode

Method Details

Firsts() public method

public Firsts ( int topElements ) : System
topElements int
return System

GetElementsPerPage() public method

public GetElementsPerPage ( ) : int?
return int?

GetMode() public method

public GetMode ( ) : PaginationMode
return PaginationMode

Property Details

DefaultTopElements public_oe static_oe property

public static int DefaultTopElements
return int