C# 클래스 Program.Command_Json2Excel, DailyProjects

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

공개 프로퍼티들

프로퍼티 타입 설명
ExcelContentRow int
ExcelPath string
ExcelTitleRow int
JsonPath string

공개 메소드들

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

메소드 상세

CreateTemplate() 공개 정적인 메소드

public static CreateTemplate ( ) : Command_Json2Excel
리턴 Command_Json2Excel

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

프로퍼티 상세

ExcelContentRow 공개적으로 프로퍼티

public int ExcelContentRow
리턴 int

ExcelPath 공개적으로 프로퍼티

public string ExcelPath
리턴 string

ExcelTitleRow 공개적으로 프로퍼티

public int ExcelTitleRow
리턴 int

JsonPath 공개적으로 프로퍼티

public string JsonPath
리턴 string