C# Class ScheduleWorks.Utility.Classroom

Datei anzeigen Open project: lyubomiryanchev/ScheduleWorks Class Usage Examples

Public Properties

Property Type Description
Timeoff ].TimeOffEnum[

Public Methods

Method Description
Classroom ( string aName, string aShortname, Color aColor, bool aIsHomeClassroom, long aHomeClassID, bool aIsSpecialisated, List aSpecialisationsIDs ) : System

Method Details

Classroom() public method

public Classroom ( string aName, string aShortname, Color aColor, bool aIsHomeClassroom, long aHomeClassID, bool aIsSpecialisated, List aSpecialisationsIDs ) : System
aName string
aShortname string
aColor Color
aIsHomeClassroom bool
aHomeClassID long
aIsSpecialisated bool
aSpecialisationsIDs List
return System

Property Details

Timeoff public_oe property

public TimeOffEnum[,] Timeoff
return ].TimeOffEnum[