C# Class SchoolSystem.Class

Inheritance: ICommentable
Datei anzeigen Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Public Methods

Method Description
AddComment ( string text ) : void
AddStudent ( Student student ) : void
AddTeacher ( Teacher teacher ) : void
Class ( string textIdentifier ) : System
ToString ( ) : string

Method Details

AddComment() public method

public AddComment ( string text ) : void
text string
return void

AddStudent() public method

public AddStudent ( Student student ) : void
student Student
return void

AddTeacher() public method

public AddTeacher ( Teacher teacher ) : void
teacher Teacher
return void

Class() public method

public Class ( string textIdentifier ) : System
textIdentifier string
return System

ToString() public method

public ToString ( ) : string
return string