C# 클래스 Program.Command_JsonMerge, DailyProjects

상속: Command
파일 보기 프로젝트 열기: GHScan/DailyProjects

공개 프로퍼티들

프로퍼티 타입 설명
DestPath string
SheetsPrimaryKey string>.Dictionary
SrcPath string

공개 메소드들

메소드 설명
CreateTemplate ( ) : Command_JsonMerge
Execute ( ) : void

비공개 메소드들

메소드 설명
CheckSheetConsistence ( DataSheet, sheet ) : void
EnsureSheetHaveColumns ( DataSheet, sheet, IEnumerable columnNames ) : void
MergeSheet ( DataSheet, destSheet, DataSheet, srcSheet, string primaryKey ) : void

메소드 상세

CreateTemplate() 공개 정적인 메소드

public static CreateTemplate ( ) : Command_JsonMerge
리턴 Command_JsonMerge

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

프로퍼티 상세

DestPath 공개적으로 프로퍼티

public string DestPath
리턴 string

SheetsPrimaryKey 공개적으로 프로퍼티

public Dictionary SheetsPrimaryKey
리턴 string>.Dictionary

SrcPath 공개적으로 프로퍼티

public string SrcPath
리턴 string