C# 클래스 SDPApp.Shared.ConferenceService

파일 보기 프로젝트 열기: selagroup/diagnostics-courses 1 사용 예제들

공개 메소드들

메소드 설명
ConferenceService ( string appDataPath ) : Newtonsoft.Json.Linq
GetSessionById ( string id ) : Task
GetSpeakerByName ( string name ) : Task
GetSpeakerPhoto ( string speakerName ) : Task
GetSpeakers ( ) : Task>

비공개 메소드들

메소드 설명
ReadAllTextAsync ( string filename ) : Task

메소드 상세

ConferenceService() 공개 메소드

public ConferenceService ( string appDataPath ) : Newtonsoft.Json.Linq
appDataPath string
리턴 Newtonsoft.Json.Linq

GetSessionById() 공개 정적인 메소드

public static GetSessionById ( string id ) : Task
id string
리턴 Task

GetSpeakerByName() 공개 정적인 메소드

public static GetSpeakerByName ( string name ) : Task
name string
리턴 Task

GetSpeakerPhoto() 공개 메소드

public GetSpeakerPhoto ( string speakerName ) : Task
speakerName string
리턴 Task

GetSpeakers() 공개 정적인 메소드

public static GetSpeakers ( ) : Task>
리턴 Task>