Method | Description | |
---|---|---|
fillComboBox ( List |
||
getFileFromDialog ( String filter ) : System.IO.Stream |
Opens File Dialog and returns corresponding File Stream
|
|
getStudentIncidentsCount ( int student_id ) : int | ||
logIncident ( ) : void | ||
logIncident ( int student_id, String teacher_short, String comment, int Ticket_ID ) : void | ||
newStudent ( ) : void | ||
newTeacher ( ) : void |
Method | Description | |
---|---|---|
addStudent ( String surname, String givenName, String classInit ) : System.Boolean |
public static fillComboBox ( List |
||
data | List |
|
destinationBox | System | |
return | void |
public static getFileFromDialog ( String filter ) : System.IO.Stream | ||
filter | String | File-Type-Filter, e.g.: "Text files (*.txt)|*.txt|All files (*.*)|*.*" |
return | System.IO.Stream |
public getStudentIncidentsCount ( int student_id ) : int | ||
student_id | int | |
return | int |
public static logIncident ( int student_id, String teacher_short, String comment, int Ticket_ID ) : void | ||
student_id | int | |
teacher_short | String | |
comment | String | |
Ticket_ID | int | |
return | void |