C# Class FdoUtil.CopyToFileCommand

Inheritance: FdoToolbox.Core.AppFramework.ConsoleCommand
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat System

Execute() public méthode

public Execute ( ) : int
Résultat int