-
Notifications
You must be signed in to change notification settings - Fork 0
组织架构(for SAA of SMS)
Geoffrey YU edited this page Aug 6, 2016
·
1 revision
- Organization.cs
- Global.asax
###Organization类
成员类型 | 名称 | 备注 |
成员变量 | State state | 状态 |
成员变量 | DataTable structure | 架构表 |
静态属性 | Organization Current | 返回Application中的org字段即当前组织实例 |
成员函数 | GetGroupColor(int) | int组序号,返回日历中的颜色 |
成员函数 | GetGroupName(int) | int组序号,返回组名 |
成员函数 | GetJobName(int) | int职务序号,返回工作名称 |
###State结构
成员类型 |
名称 |
备注 |
成员变量 |
string seniorOne string seniorTwo string structureCurrent int eventCurrent |
当前高一的届数 当前高二的届数 当前使用哪一届的架构 正在筹备的活动:0-游园会,1-十大 均以每年二月十五日和八月一日零点为界 |
构造函数 |
State(DateTime) |
接受一个参数(当前时间)返回一个状态实例 |