C# Class TRManager.Teacher

ファイルを表示 Open project: UristMcMiner/SE-Projekt_RWB.csharp Class Usage Examples

Public Properties

Property Type Description
givenName String
initials String
surname String
teacher_ID int
title String

Public Methods

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

Method Details

Teacher() public method

Initializes a new instance of the Teacher class.
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

getTeacher_ID() public method

public getTeacher_ID ( ) : int
return int

Property Details

givenName public_oe property

The given name of the teacher
public String givenName
return String

initials public_oe property

The initials of the teacher
public String initials
return String

surname public_oe property

The surname of the teacher
public String surname
return String

teacher_ID public_oe property

The teacher_ identifier
public int teacher_ID
return int

title public_oe property

The title of the teacher
public String title
return String