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

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
CapitalizeString string
GamespyAfterMap void
GetList IEnumerable
GetMapper IMapper
GetRx System.Text.RegularExpressions.Regex
GetValueWithFallback string
GetVersion System.Version
ServerMapper System
SetupGamespy void
SetupSource void
SetupSourceOld void
SourceAfterMap void

Public Methods

Method Description
Map ( ServerQueryResult queryResult, Server existing ) : void

Private Methods

Method Description
CapitalizeString ( string str ) : string
GamespyAfterMap ( ServerQueryResult src, Server dst ) : void
GetList ( string>.IEnumerable dict, string keyWord ) : IEnumerable
GetMapper ( ) : IMapper
GetRx ( string keyWord ) : Regex
GetValueWithFallback ( GamespyServerQueryResult src ) : string
GetVersion ( string version ) : System.Version
ServerMapper ( ) : System
SetupGamespy ( IProfileExpression mapConfig ) : void
SetupSource ( IProfileExpression mapConfig ) : void
SetupSourceOld ( IProfileExpression mapConfig ) : void
SourceAfterMap ( ServerQueryResult src, Server dst ) : void

Method Details

Map() public method

public Map ( ServerQueryResult queryResult, Server existing ) : void
queryResult ServerQueryResult
existing Server
return void