C# 클래스 FubuFastPack.Querying.GridDataRequest

파일 보기 프로젝트 열기: DarthFubuMVC/FubuFastPack 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( GridDataRequest obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GridDataRequest ( ) : System.Collections.Generic
GridDataRequest ( int page, int resultsPerPage, string sortColumn, bool sortAscending ) : System.Collections.Generic
ResultsToSkip ( ) : int
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( GridDataRequest obj ) : bool
obj GridDataRequest
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GridDataRequest() 공개 메소드

public GridDataRequest ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GridDataRequest() 공개 메소드

public GridDataRequest ( int page, int resultsPerPage, string sortColumn, bool sortAscending ) : System.Collections.Generic
page int
resultsPerPage int
sortColumn string
sortAscending bool
리턴 System.Collections.Generic

ResultsToSkip() 공개 메소드

public ResultsToSkip ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string