C# Class OpenSpacePlanner.Client.NosClient

Inheritance: INosClient
ファイルを表示 Open project: AlexZeitler/OpenSpacePlanner Class Usage Examples

Public Methods

Method Description
GetAllSessions ( ) : IList
GetPlannedSessions ( ) : IList
GetUnplannedSessions ( ) : IList
NosClient ( Uri baseAddress ) : System
UpdateSession ( INosSession nosSession ) : INosSession

Method Details

GetAllSessions() public method

public GetAllSessions ( ) : IList
return IList

GetPlannedSessions() public method

public GetPlannedSessions ( ) : IList
return IList

GetUnplannedSessions() public method

public GetUnplannedSessions ( ) : IList
return IList

NosClient() public method

public NosClient ( Uri baseAddress ) : System
baseAddress System.Uri
return System

UpdateSession() public method

public UpdateSession ( INosSession nosSession ) : INosSession
nosSession INosSession
return INosSession