C# 클래스 nDump.Model.DataPlan

파일 보기 프로젝트 열기: SteveMoyer/nDump 1 사용 예제들

공개 메소드들

메소드 설명
DataPlan ( ) : System
DataPlan ( List setupScripts, List dataSelects ) : System
Load ( string fileName ) : DataPlan
Save ( string fileName ) : void

메소드 상세

DataPlan() 공개 메소드

public DataPlan ( ) : System
리턴 System

DataPlan() 공개 메소드

public DataPlan ( List setupScripts, List dataSelects ) : System
setupScripts List
dataSelects List
리턴 System

Load() 공개 정적인 메소드

public static Load ( string fileName ) : DataPlan
fileName string
리턴 DataPlan

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void