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

显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
HandleTags ( ) : void
SourceTagParser ( string tags, Server server ) : System

Private Methods

Method 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 method

public HandleTags ( ) : void
return void

SourceTagParser() public method

public SourceTagParser ( string tags, Server server ) : System
tags string
server Server
return System