C# Class CsvToDataService.MergeDataService

Datei anzeigen Open project: TNOCS/csTouch

Public Methods

Method Description
Merge ( PoiService mainDataService, string mainKey, PoiService secondaryDataService, string secKey, bool includeSecondaryPois, bool excludeNonExistentSecondaryPois, bool includeSecondaryColumns, bool overwriteDuplicateLabels, bool stopOnFirstHit, bool includeMetaData, FileLocation destination = null, TextBox txtMergeDebugOutput = null ) : void

Private Methods

Method Description
GetShortFriendlyName ( string serviceName ) : string

Method Details

Merge() public static method

public static Merge ( PoiService mainDataService, string mainKey, PoiService secondaryDataService, string secKey, bool includeSecondaryPois, bool excludeNonExistentSecondaryPois, bool includeSecondaryColumns, bool overwriteDuplicateLabels, bool stopOnFirstHit, bool includeMetaData, FileLocation destination = null, TextBox txtMergeDebugOutput = null ) : void
mainDataService PoiService
mainKey string
secondaryDataService PoiService
secKey string
includeSecondaryPois bool
excludeNonExistentSecondaryPois bool
includeSecondaryColumns bool
overwriteDuplicateLabels bool
stopOnFirstHit bool
includeMetaData bool
destination csCommon.Utils.IO.FileLocation
txtMergeDebugOutput System.Windows.Controls.TextBox
return void