C# Class OpenSpacePlanner.Client.NosClient

Inheritance: INosClient
Afficher le fichier Open project: AlexZeitler/OpenSpacePlanner Class Usage Examples

Méthodes publiques

Méthode Description
GetAllSessions ( ) : IList
GetPlannedSessions ( ) : IList
GetUnplannedSessions ( ) : IList
NosClient ( Uri baseAddress ) : System
UpdateSession ( INosSession nosSession ) : INosSession

Method Details

GetAllSessions() public méthode

public GetAllSessions ( ) : IList
Résultat IList

GetPlannedSessions() public méthode

public GetPlannedSessions ( ) : IList
Résultat IList

GetUnplannedSessions() public méthode

public GetUnplannedSessions ( ) : IList
Résultat IList

NosClient() public méthode

public NosClient ( Uri baseAddress ) : System
baseAddress System.Uri
Résultat System

UpdateSession() public méthode

public UpdateSession ( INosSession nosSession ) : INosSession
nosSession INosSession
Résultat INosSession