C# 클래스 TRManager.Class

파일 보기 프로젝트 열기: UristMcMiner/SE-Projekt_RWB.csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
className String
class_ID int
teacher_ID int

공개 메소드들

메소드 설명
Class ( int Class_ID, int Teacher_ID, String ClassName ) : System

Initializes a new instance of the Class class.

메소드 상세

Class() 공개 메소드

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.
리턴 System

프로퍼티 상세

className 공개적으로 프로퍼티

The initials
public String className
리턴 String

class_ID 공개적으로 프로퍼티

The class_ identifier
public int class_ID
리턴 int

teacher_ID 공개적으로 프로퍼티

The teacher_ identifier
public int teacher_ID
리턴 int