C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Database CsvReader
TableNodes List

Открытые методы

Метод Описание
CSVInstance ( string fileName ) : System.Collections.Generic

Initializes a new instance of the CSVInstance class.

Описание методов

CSVInstance() публичный Метод

Initializes a new instance of the CSVInstance class.
public CSVInstance ( string fileName ) : System.Collections.Generic
fileName string Name of the file.
Результат System.Collections.Generic

Описание свойств

Database публичное свойство

The local database
public CsvReader Database
Результат CsvReader

TableNodes публичное свойство

Holds a reference to the loaded nodes
public List TableNodes
Результат List