ClassInfo 类
- 程序集
- ClassIsland.Shared.dll
代表一个在ClassPlan中的课程。
public class ClassInfo : AttachableSettingsObject, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
ClassInfo
- 实现
- 继承成员
属性
CurrentTimeLayout
课程所在课表的时间表
[JsonIgnore]
public TimeLayout CurrentTimeLayout { get; set; }
属性值
CurrentTimeLayoutItem
课程对应的时间点
[JsonIgnore]
public TimeLayoutItem CurrentTimeLayoutItem { get; }
属性值
Index
课程在课程表中的位置
[JsonIgnore]
public int Index { get; set; }
属性值
IsChangedClass
课程是否是临时换课课程
public bool IsChangedClass { get; set; }
属性值
SubjectId
课程ID
public string SubjectId { get; set; }