C# Class SDPApp.Shared.ConferenceService

显示文件 Open project: selagroup/diagnostics-courses Class Usage Examples

Public Methods

Method Description
ConferenceService ( string appDataPath ) : Newtonsoft.Json.Linq
GetSessionById ( string id ) : Task
GetSpeakerByName ( string name ) : Task
GetSpeakerPhoto ( string speakerName ) : Task
GetSpeakers ( ) : Task>

Private Methods

Method Description
ReadAllTextAsync ( string filename ) : Task

Method Details

ConferenceService() public method

public ConferenceService ( string appDataPath ) : Newtonsoft.Json.Linq
appDataPath string
return Newtonsoft.Json.Linq

GetSessionById() public static method

public static GetSessionById ( string id ) : Task
id string
return Task

GetSpeakerByName() public static method

public static GetSpeakerByName ( string name ) : Task
name string
return Task

GetSpeakerPhoto() public method

public GetSpeakerPhoto ( string speakerName ) : Task
speakerName string
return Task

GetSpeakers() public static method

public static GetSpeakers ( ) : Task>
return Task>