Esempio n. 1
0
        /// <summary>获得一个实例  </summary>
        public static TggInfo GetOneInstance()
        {
            TggInfo value = new TggInfo();

            return(value);
        }
Esempio n. 2
0
        /// <summary></summary>
        public override ITableImplement af_GetOptionValueSchema()
        {
            TggInfo value = new TggInfo();


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

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

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

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

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

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

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

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

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

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

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

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

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

            return(value);
        }