C# Class Program.Command_JsonMerge, DailyProjects

Inheritance: Command
显示文件 Open project: GHScan/DailyProjects

Public Properties

Property Type Description
DestPath string
SheetsPrimaryKey string>.Dictionary
SrcPath string

Public Methods

Method Description
CreateTemplate ( ) : Command_JsonMerge
Execute ( ) : void

Private Methods

Method Description
CheckSheetConsistence ( DataSheet, sheet ) : void
EnsureSheetHaveColumns ( DataSheet, sheet, IEnumerable columnNames ) : void
MergeSheet ( DataSheet, destSheet, DataSheet, srcSheet, string primaryKey ) : void

Method Details

CreateTemplate() public static method

public static CreateTemplate ( ) : Command_JsonMerge
return Command_JsonMerge

Execute() public method

public Execute ( ) : void
return void

Property Details

DestPath public_oe property

public string DestPath
return string

SheetsPrimaryKey public_oe property

public Dictionary SheetsPrimaryKey
return string>.Dictionary

SrcPath public_oe property

public string SrcPath
return string