C# 클래스 CsvToDataService.MergeDataService

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetShortFriendlyName ( string serviceName ) : string

메소드 상세

Merge() 공개 정적인 메소드

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
리턴 void