C# Class FdoUtil.CopyToFileCommand

Inheritance: FdoToolbox.Core.AppFramework.ConsoleCommand
Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
CopyToFileCommand ( string srcProvider, string srcConnStr, string srcSchema, List srcClasses, string destPath, string srcSpatialContext, bool flatten ) : System
Execute ( ) : int

Private Methods

Method Description
GenerateLogFileName ( string prefix ) : string
LogErrors ( List errors, string file ) : void
OnCompleted ( object sender, EventArgs e ) : void
OnMessage ( object sender, MessageEventArgs e ) : void

Method Details

CopyToFileCommand() public method

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
return System

Execute() public method

public Execute ( ) : int
return int