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
Show file Open project: NewSpring/Excavator Class Usage Examples

Public Properties

Property Type Description
Database CsvReader
TableNodes List

Public Methods

Method Description
CSVInstance ( string fileName ) : System.Collections.Generic

Initializes a new instance of the CSVInstance class.

Method Details

CSVInstance() public method

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

Property Details

Database public property

The local database
public CsvReader Database
return CsvReader

TableNodes public property

Holds a reference to the loaded nodes
public List TableNodes
return List