C# 클래스 TRManager.Utility

Class for commonly used Methods, Methods declared here should be static
파일 보기 프로젝트 열기: UristMcMiner/SE-Projekt_RWB.csharp

공개 메소드들

메소드 설명
fillComboBox ( List data, System destinationBox ) : void
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

비공개 메소드들

메소드 설명
addStudent ( String surname, String givenName, String classInit ) : System.Boolean

메소드 상세

fillComboBox() 공개 정적인 메소드

public static fillComboBox ( List data, System destinationBox ) : void
data List
destinationBox System
리턴 void

getFileFromDialog() 공개 정적인 메소드

Opens File Dialog and returns corresponding File Stream
public static getFileFromDialog ( String filter ) : System.IO.Stream
filter String File-Type-Filter, e.g.: "Text files (*.txt)|*.txt|All files (*.*)|*.*"
리턴 System.IO.Stream

getStudentIncidentsCount() 공개 메소드

public getStudentIncidentsCount ( int student_id ) : int
student_id int
리턴 int

logIncident() 공개 정적인 메소드

public static logIncident ( ) : void
리턴 void

logIncident() 공개 정적인 메소드

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
리턴 void

newStudent() 공개 정적인 메소드

public static newStudent ( ) : void
리턴 void

newTeacher() 공개 정적인 메소드

public static newTeacher ( ) : void
리턴 void