C# 클래스 TRManager.CSVManager

파일 보기 프로젝트 열기: UristMcMiner/SE-Projekt_RWB.csharp

공개 메소드들

메소드 설명
Export ( String path, String &errorString ) : bool

exports the rows of a Stringlist, which it gets from the method UtilityDB.getExportData(), to a *.csv-File inside the folder at the parameter "path"

Import ( string fileName, String &errorString ) : bool

imports the students found in the *.csv-File located at the path "fileName"

ImportTeachers ( string fileName, String &errorString ) : bool

메소드 상세

Export() 공개 정적인 메소드

exports the rows of a Stringlist, which it gets from the method UtilityDB.getExportData(), to a *.csv-File inside the folder at the parameter "path"
public static Export ( String path, String &errorString ) : bool
path String path where to export the *.csv file
errorString String error message out
리턴 bool

Import() 공개 정적인 메소드

imports the students found in the *.csv-File located at the path "fileName"
public static Import ( string fileName, String &errorString ) : bool
fileName string path to the *.csv file
errorString String error message out
리턴 bool

ImportTeachers() 공개 정적인 메소드

public static ImportTeachers ( string fileName, String &errorString ) : bool
fileName string
errorString String
리턴 bool