CsesExtensions 类
- 程序集
- ClassIsland.Shared.dll
CSES 格式扩展类
public static class CsesExtensions
- 继承
-
CsesExtensions
- 继承成员
方法
ToClassIslandObject(Profile, Profile?)
将 CSES 格式的课表转换为 ClassIsland 格式的课表。
public static Profile ToClassIslandObject(this Profile profile, Profile? mergeProfile = null)
参数
profile
ProfileCSES 格式课表
mergeProfile
Profile需要合并的 ClassIsland 课表
返回
- Profile
ClassIsland 格式课表
ToCsesObject(Profile, Profile?)
将 ClassIsland 格式的课表转换为 CSES 格式的课表。
public static Profile ToCsesObject(this Profile profile, Profile? mergeProfile = null)
参数
profile
ProfileClassIsland 格式课表
mergeProfile
Profile需要合并的 CSES 格式课表
返回
- Profile
CSES 格式课表