C# Class MonkeySpace.Core.Session

显示文件 Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Public Methods

Method Description
GetSpeakerList ( ) : string
HasTag ( string tag ) : bool
Session ( ) : System
Session ( JsonValue json ) : System

Method Details

GetSpeakerList() public method

public GetSpeakerList ( ) : string
return string

HasTag() public method

public HasTag ( string tag ) : bool
tag string
return bool

Session() public method

public Session ( ) : System
return System

Session() public method

public Session ( JsonValue json ) : System
json System.Json.JsonValue
return System