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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Map ( ServerQueryResult queryResult, Server existing ) : void

Private Methods

Méthode 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 méthode

public Map ( ServerQueryResult queryResult, Server existing ) : void
queryResult ServerQueryResult
existing Server
Résultat void