C# 클래스 MonkeySpace.Core.ConferenceManager

파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConferenceInfo ConferenceInfo
LocalJsonDataFilename string
OnDownloadFailed Action
OnDownloadSucceeded Action
SessionDataUrl string
Sessions Session>.Dictionary
Speakers Speaker>.Dictionary

공개 메소드들

메소드 설명
ConferenceManager ( ) : System
DownloadFromServer ( ) : void
LoadFromString ( string jsonString ) : bool

비공개 메소드들

메소드 설명
DownloadCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
LoadFromFile ( ) : void
ParseJson ( string jsonString, Session>.Dictionary &sessions, Speaker>.Dictionary &speakers ) : bool

Parses the json passed in and ONLY if the parsing succeeded does it populate the ref params

메소드 상세

ConferenceManager() 공개 메소드

public ConferenceManager ( ) : System
리턴 System

DownloadFromServer() 공개 메소드

public DownloadFromServer ( ) : void
리턴 void

LoadFromString() 공개 정적인 메소드

public static LoadFromString ( string jsonString ) : bool
jsonString string
리턴 bool

프로퍼티 상세

ConferenceInfo 공개적으로 정적으로 프로퍼티

public static ConferenceInfo,MonkeySpace.Core ConferenceInfo
리턴 ConferenceInfo

LocalJsonDataFilename 공개적으로 정적으로 프로퍼티

public static string LocalJsonDataFilename
리턴 string

OnDownloadFailed 공개적으로 프로퍼티

public Action OnDownloadFailed
리턴 Action

OnDownloadSucceeded 공개적으로 프로퍼티

public Action OnDownloadSucceeded
리턴 Action

SessionDataUrl 공개적으로 정적으로 프로퍼티

public static string SessionDataUrl
리턴 string

Sessions 공개적으로 정적으로 프로퍼티

public static Dictionary Sessions
리턴 Session>.Dictionary

Speakers 공개적으로 정적으로 프로퍼티

public static Dictionary Speakers
리턴 Speaker>.Dictionary