C# 클래스 TypeLess.Net.Entity.QueryOptions

파일 보기 프로젝트 열기: jansater/TypeLess

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Include ( ) : QueryOptions
Include ( string include ) : QueryOptions
QueryOptions ( ) : System
QueryOptions ( string sortBy, bool sortAscending = true, int page = 1, int pageSize = 30 ) : System

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Include() 공개 메소드

public Include ( ) : QueryOptions
리턴 QueryOptions

Include() 공개 메소드

public Include ( string include ) : QueryOptions
include string
리턴 QueryOptions

QueryOptions() 공개 메소드

public QueryOptions ( ) : System
리턴 System

QueryOptions() 공개 메소드

public QueryOptions ( string sortBy, bool sortAscending = true, int page = 1, int pageSize = 30 ) : System
sortBy string
sortAscending bool
page int
pageSize int
리턴 System