C# Class SchoolSystem.Teacher

Afficher le fichier Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Méthodes publiques

Méthode Description
AddComment ( string text ) : void
AddDiscipline ( Discipline discipline ) : void
Teacher ( string name ) : System
ToString ( ) : string

Method Details

AddComment() public méthode

public AddComment ( string text ) : void
text string
Résultat void

AddDiscipline() public méthode

public AddDiscipline ( Discipline discipline ) : void
discipline Discipline
Résultat void

Teacher() public méthode

public Teacher ( string name ) : System
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string