C# Class TypeLess.Net.Entity.QueryOptions

Afficher le fichier Open project: jansater/TypeLess

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Include() public méthode

public Include ( ) : QueryOptions
Résultat QueryOptions

Include() public méthode

public Include ( string include ) : QueryOptions
include string
Résultat QueryOptions

QueryOptions() public méthode

public QueryOptions ( ) : System
Résultat System

QueryOptions() public méthode

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