예제 #1
0
        /// <summary></summary>
        public override ITableImplement af_GetOptionValueSchema()
        {
            V_xt_courseTask value = new V_xt_courseTask();


            if (BLLTable.IsExistOptionValue(this.TableName(), "Title"))
            {
                value.title_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Create_time"))
            {
                value.create_time_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Endtime"))
            {
                value.endtime_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Cover"))
            {
                value.cover_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Task_id"))
            {
                value.task_id_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Correcting_finish"))
            {
                value.correcting_finish_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Correcting_unfinish"))
            {
                value.correcting_unfinish_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Submit_unfinsh"))
            {
                value.submit_unfinsh_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Creatime"))
            {
                value.creatime_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Course_id"))
            {
                value.course_id_initialized = true;
            }

            return(value);
        }
예제 #2
0
        /// <summary>获得一个实例  </summary>
        public static V_xt_courseTask GetOneInstance()
        {
            V_xt_courseTask value = new V_xt_courseTask();

            return(value);
        }