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
파일 보기 프로젝트 열기: NewSpring/Excavator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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