Table of Contents

ClassInfo 类

命名空间
ClassIsland.Shared.Models.Profile
程序集
ClassIsland.Shared.dll

代表一个在ClassPlan中的课程。

public class ClassInfo : AttachableSettingsObject, INotifyPropertyChanged, INotifyPropertyChanging
继承
ClassInfo
实现
继承成员

属性

CurrentTimeLayout

课程所在课表的时间表

[JsonIgnore]
public TimeLayout CurrentTimeLayout { get; set; }

属性值

TimeLayout

CurrentTimeLayoutItem

课程对应的时间点

[JsonIgnore]
public TimeLayoutItem CurrentTimeLayoutItem { get; }

属性值

TimeLayoutItem

Index

课程在课程表中的位置

[JsonIgnore]
public int Index { get; set; }

属性值

int

IsChangedClass

课程是否是临时换课课程

public bool IsChangedClass { get; set; }

属性值

bool

SubjectId

课程ID

public string SubjectId { get; set; }

属性值

string