C# 클래스 MonkeySpace.Core.Session

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

공개 메소드들

메소드 설명
GetSpeakerList ( ) : string
HasTag ( string tag ) : bool
Session ( ) : System
Session ( JsonValue json ) : System

메소드 상세

GetSpeakerList() 공개 메소드

public GetSpeakerList ( ) : string
리턴 string

HasTag() 공개 메소드

public HasTag ( string tag ) : bool
tag string
리턴 bool

Session() 공개 메소드

public Session ( ) : System
리턴 System

Session() 공개 메소드

public Session ( JsonValue json ) : System
json System.Json.JsonValue
리턴 System