Example #1
0
 /// <summary>
 /// 构造函数。
 /// </summary>
 /// <param name="dataPoxy"></param>
 /// <param name="syncName"></param>
 public SyncClearData(IDataSync dataPoxy, string syncName)
     : base(dataPoxy, syncName)
 {
     this.schoolsEntity = new SFITSchoolsEntity();
     this.classEntity = new SFITClassEntity();
     this.studentsEntity = new SFITStudentsEntity();
 }
 /// <summary>
 /// 构造函数。
 /// </summary>
 /// <param name="dataPoxy"></param>
 /// <param name="syncName"></param>
 public SyncStudentsData(IDataSync dataPoxy,string syncName)
     : base(dataPoxy, syncName)
 {
     this.studentsEntity = new SFITStudentsEntity();
     this.classStudentEntity = new SFITClassStudentsEntity();
     this.roleEmployeeEntity = new SecurityRoleEmployeeEntity();
     this.studentUserRoleID = ModuleConfiguration.ModuleConfig.StudentUserRoleID;
 }
        /// <summary>
        /// 构造函数。
        /// </summary>
        public TeaClientServiceProvider()
        {
            this.centerAccessEntity = new SFITCenterAccessEntity();
            this.teaClassEntity = new SFITTeaClassEntity();

            this.teachersEntity = new SFITeachersEntity();
            this.schoolsEntity = new SFITSchoolsEntity();
            this.gradeEntity = new SFITGradeEntity();
            this.evaluateEntity = new SFITEvaluateEntity();
            this.classEntity = new SFITClassEntity();
            this.studentsEntity = new SFITStudentsEntity();
            this.catalogEntity = new SFITCatalogEntity();

            this.schoolSetCatalogEntity = new SFITSchoolSetCatalogEntity();
            this.studentWorksEntity = new SFITStudentWorksEntity();

            this.localUserInfo = new GetLocalUserInfo();
        }
Example #4
0
 /// <summary> 
 /// 
 /// </summary>
 public OrgFactory()
 {
     this.schoolsEntity = new SFITSchoolsEntity();
     this.teacherEntity = new SFITeachersEntity();
     this.studentsEntity = new SFITStudentsEntity();
 }
 /// <summary>
 /// 构造函数。
 /// </summary>
 public GetLocalUserInfo()
 {
     this.teachersEntity = new SFITeachersEntity();
     this.studentsEntity = new SFITStudentsEntity();
 }