C# Class Orc.DbToCsv.Project

Show file Open project: WildGums/Orc.DbToCsv Class Usage Examples

Public Methods

Method Description
Load ( string path = "project.iprj" ) : Project
Parse ( string xaml ) : Project
Project ( ) : System
Validate ( ) : void

Private Methods

Method Description
ExtractTableName ( string tableName ) : string

Method Details

Load() public static method

public static Load ( string path = "project.iprj" ) : Project
path string
return Project

Parse() public static method

public static Parse ( string xaml ) : Project
xaml string
return Project

Project() public method

public Project ( ) : System
return System

Validate() public method

public Validate ( ) : void
return void