C# 클래스 FdoUtil.CopyToFileCommand

상속: FdoToolbox.Core.AppFramework.ConsoleCommand
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
CopyToFileCommand ( string srcProvider, string srcConnStr, string srcSchema, List srcClasses, string destPath, string srcSpatialContext, bool flatten ) : System
Execute ( ) : int

비공개 메소드들

메소드 설명
GenerateLogFileName ( string prefix ) : string
LogErrors ( List errors, string file ) : void
OnCompleted ( object sender, EventArgs e ) : void
OnMessage ( object sender, MessageEventArgs e ) : void

메소드 상세

CopyToFileCommand() 공개 메소드

public CopyToFileCommand ( string srcProvider, string srcConnStr, string srcSchema, List srcClasses, string destPath, string srcSpatialContext, bool flatten ) : System
srcProvider string
srcConnStr string
srcSchema string
srcClasses List
destPath string
srcSpatialContext string
flatten bool
리턴 System

Execute() 공개 메소드

public Execute ( ) : int
리턴 int