C# Class Excavator.CSV.CSVInstance

multiple csv files may be necessary to upload so this class will be used internally in place of the Database/List which is defined in the base class
Afficher le fichier Open project: NewSpring/Excavator Class Usage Examples

Méthodes publiques

Свойство Type Description
Database CsvReader
TableNodes List

Méthodes publiques

Méthode Description
CSVInstance ( string fileName ) : System.Collections.Generic

Initializes a new instance of the CSVInstance class.

Method Details

CSVInstance() public méthode

Initializes a new instance of the CSVInstance class.
public CSVInstance ( string fileName ) : System.Collections.Generic
fileName string Name of the file.
Résultat System.Collections.Generic

Property Details

Database public_oe property

The local database
public CsvReader Database
Résultat CsvReader

TableNodes public_oe property

Holds a reference to the loaded nodes
public List TableNodes
Résultat List