C# 클래스 btswebdoc.Model.Manifest

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

공개 메소드들

메소드 설명
Load ( string exportPath ) : Manifest
Manifest ( System.DateTime id, string server, string database, string comment = null, string environment = null ) : System
Save ( string exportPath ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string exportPath ) : Manifest
exportPath string
리턴 Manifest

Manifest() 공개 메소드

public Manifest ( System.DateTime id, string server, string database, string comment = null, string environment = null ) : System
id System.DateTime
server string
database string
comment string
environment string
리턴 System

Save() 공개 메소드

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