C# 클래스 Rozvrh.Models.XMLTimetable

Class providing data load from xml file and storing of the base data after aplication start. This method is implemented as singleton.
상속: OneXMLTimetable
파일 보기 프로젝트 열기: jandoubek/fjfi-rozvrh

공개 프로퍼티들

프로퍼티 타입 설명
TimetableArchive List

공개 메소드들

메소드 설명
LoadDatabase ( ) : bool
getTimetableOfId ( string id ) : OneXMLTimetable

Returns the timetable from TimetableArchive with specified id.

비공개 메소드들

메소드 설명
XMLTimetable ( ) : System
xmlFilePaths ( ) : List

Get paths of all xml files in archive directory.

메소드 상세

LoadDatabase() 공개 메소드

public LoadDatabase ( ) : bool
리턴 bool

getTimetableOfId() 공개 정적인 메소드

Returns the timetable from TimetableArchive with specified id.
public static getTimetableOfId ( string id ) : OneXMLTimetable
id string The id of the required timetable.
리턴 OneXMLTimetable

프로퍼티 상세

TimetableArchive 공개적으로 정적으로 프로퍼티

public static List TimetableArchive
리턴 List