C# 클래스 Signum.Entities.DynamicQuery.Pagination.Firsts

상속: Pagination
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultTopElements int

공개 메소드들

메소드 설명
Firsts ( int topElements ) : System
GetElementsPerPage ( ) : int?
GetMode ( ) : PaginationMode

메소드 상세

Firsts() 공개 메소드

public Firsts ( int topElements ) : System
topElements int
리턴 System

GetElementsPerPage() 공개 메소드

public GetElementsPerPage ( ) : int?
리턴 int?

GetMode() 공개 메소드

public GetMode ( ) : PaginationMode
리턴 PaginationMode

프로퍼티 상세

DefaultTopElements 공개적으로 정적으로 프로퍼티

public static int DefaultTopElements
리턴 int