Property | Type | Description | |
---|---|---|---|
givenName | String | ||
initials | String | ||
surname | String | ||
teacher_ID | int | ||
title | String |
Method | Description | |
---|---|---|
Teacher ( int Teacher_ID, String Title, String GivenName, String Surname, String Initials ) : System |
Initializes a new instance of the Teacher class.
|
|
getTeacher_ID ( ) : int |
public Teacher ( int Teacher_ID, String Title, String GivenName, String Surname, String Initials ) : System | ||
Teacher_ID | int | The teacher_ identifier. |
Title | String | The title of the teacher. |
GivenName | String | The given name of the teacher. |
Surname | String | The surname of the teacher. |
Initials | String | The initials of the teacher. |
return | System |