C# Class withSIX.Play.Core.Games.Legacy.ServerQuery.ServerMapper.SourceTagParser

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
HandleTags ( ) : void
SourceTagParser ( string tags, Server server ) : System

Private Methods

Méthode Description
JoinChar ( IEnumerable enumerable ) : string
ParseBool ( string key ) : bool
ParseCoordinates ( string coordinates ) : Coordinates
ParseDouble ( string key ) : double?
ParseInt ( string key ) : int?
ParseString ( string key ) : string

Method Details

HandleTags() public méthode

public HandleTags ( ) : void
Résultat void

SourceTagParser() public méthode

public SourceTagParser ( string tags, Server server ) : System
tags string
server Server
Résultat System