C# Class Rozvrh.Models.Timetable.TimetableInfo

显示文件 Open project: jandoubek/fjfi-rozvrh Class Usage Examples

Private Properties

Property Type Description
LoadTimetableInfoFromFile TimetableInfo
SetValues void

Public Methods

Method Description
TimetableInfo ( ) : System
TimetableInfo ( string xmlTimetableFilePath, string id ) : System

Private Methods

Method Description
LoadTimetableInfoFromFile ( string timetableFilePath ) : TimetableInfo
SetValues ( TimetableInfo ti ) : void

Method Details

TimetableInfo() public method

public TimetableInfo ( ) : System
return System

TimetableInfo() public method

public TimetableInfo ( string xmlTimetableFilePath, string id ) : System
xmlTimetableFilePath string
id string
return System