C# Class TRManager.Class

Datei anzeigen Open project: UristMcMiner/SE-Projekt_RWB.csharp Class Usage Examples

Public Properties

Property Type Description
className String
class_ID int
teacher_ID int

Public Methods

Method Description
Class ( int Class_ID, int Teacher_ID, String ClassName ) : System

Initializes a new instance of the Class class.

Method Details

Class() public method

Initializes a new instance of the Class class.
public Class ( int Class_ID, int Teacher_ID, String ClassName ) : System
Class_ID int The class_ identifier.
Teacher_ID int The teacher_ identifier.
ClassName String The Name of the Class.
return System

Property Details

className public_oe property

The initials
public String className
return String

class_ID public_oe property

The class_ identifier
public int class_ID
return int

teacher_ID public_oe property

The teacher_ identifier
public int teacher_ID
return int