示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                GetTimeFooterDataTable cln = ((GetTimeFooterDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "TimeFooterData";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/TimeFooterData.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGetTimeFooter      = new GetTimeFooterDataTable();
     base.Tables.Add(this.tableGetTimeFooter);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableGetTimeFooter = ((GetTimeFooterDataTable)(base.Tables["GetTimeFooter"]));
     if ((initTable == true))
     {
         if ((this.tableGetTimeFooter != null))
         {
             this.tableGetTimeFooter.InitVars();
         }
     }
 }
示例#4
0
 internal GetTimeFooterRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGetTimeFooter = ((GetTimeFooterDataTable)(this.Table));
 }