Property | Type | Description | |
---|---|---|---|
className | String | ||
class_ID | int | ||
teacher_ID | int |
Method | Description | |
---|---|---|
Class ( int Class_ID, int Teacher_ID, String ClassName ) : System |
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 |