Table of Contents

ClassPlanGroup 类

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

代表一个课表群。

public class ClassPlanGroup : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
继承
ClassPlanGroup
实现
继承成员

属性

DefaultGroupGuid

默认课表群 GUID。

public static Guid DefaultGroupGuid { get; }

属性值

Guid

GlobalGroupGuid

全局课表群 GUID。

public static Guid GlobalGroupGuid { get; }

属性值

Guid

IsGlobal

课表群是否为全局课表群

public bool IsGlobal { get; set; }

属性值

bool

Name

课表群名称。

public string Name { get; set; }

属性值

string