Beispiel #1
0
        /// <summary>获得一个实例  </summary>
        public static St_kemuInfo GetOneInstance()
        {
            St_kemuInfo value = new St_kemuInfo();

            return(value);
        }
Beispiel #2
0
        /// <summary></summary>
        public override ITableImplement af_GetOptionValueSchema()
        {
            St_kemuInfo value = new St_kemuInfo();


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            return(value);
        }