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 |
public Include ( string include ) : QueryOptions | ||
include | string | |
return | QueryOptions |
public QueryOptions ( string sortBy, bool sortAscending = true, int page = 1, int pageSize = 30 ) : System | ||
sortBy | string | |
sortAscending | bool | |
page | int | |
pageSize | int | |
return | System |