C# Class IronSmarkets.Data.EventQueryBuilder

Afficher le fichier Open project: smarkets/IronSmarkets Class Usage Examples

Méthodes publiques

Méthode Description
GetResult ( ) : EventQuery
SetCategory ( string category ) : void
SetDateTime ( System.DateTime dateTime ) : void
SetSport ( string sport ) : void

Method Details

GetResult() public méthode

public GetResult ( ) : EventQuery
Résultat EventQuery

SetCategory() public méthode

public SetCategory ( string category ) : void
category string
Résultat void

SetDateTime() public méthode

public SetDateTime ( System.DateTime dateTime ) : void
dateTime System.DateTime
Résultat void

SetSport() public méthode

public SetSport ( string sport ) : void
sport string
Résultat void