C# Class MonkeySpace.Core.Session

Afficher le fichier Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Méthodes publiques

Méthode Description
GetSpeakerList ( ) : string
HasTag ( string tag ) : bool
Session ( ) : System
Session ( JsonValue json ) : System

Method Details

GetSpeakerList() public méthode

public GetSpeakerList ( ) : string
Résultat string

HasTag() public méthode

public HasTag ( string tag ) : bool
tag string
Résultat bool

Session() public méthode

public Session ( ) : System
Résultat System

Session() public méthode

public Session ( JsonValue json ) : System
json System.Json.JsonValue
Résultat System