C# Class FdoUtil.CreateFileCommand

Inheritance: FdoToolbox.Core.AppFramework.ConsoleCommand
显示文件 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
CreateFileCommand ( string file ) : System
CreateFileCommand ( string file, string schema ) : System
Execute ( ) : int

Method Details

CreateFileCommand() public method

public CreateFileCommand ( string file ) : System
file string
return System

CreateFileCommand() public method

public CreateFileCommand ( string file, string schema ) : System
file string
schema string
return System

Execute() public method

public Execute ( ) : int
return int