C# Class Orc.DbToCsv.Project

Afficher le fichier Open project: WildGums/Orc.DbToCsv Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ExtractTableName ( string tableName ) : string

Method Details

Load() public static méthode

public static Load ( string path = "project.iprj" ) : Project
path string
Résultat Project

Parse() public static méthode

public static Parse ( string xaml ) : Project
xaml string
Résultat Project

Project() public méthode

public Project ( ) : System
Résultat System

Validate() public méthode

public Validate ( ) : void
Résultat void