C# Class TypeLess.Net.Entity.QueryOptions

Mostra file Open project: jansater/TypeLess

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Include() public method

public Include ( ) : QueryOptions
return QueryOptions

Include() public method

public Include ( string include ) : QueryOptions
include string
return QueryOptions

QueryOptions() public method

public QueryOptions ( ) : System
return System

QueryOptions() public method

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