Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                RepairingDataTableDataTable cln = ((RepairingDataTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "RepairingDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/RepairingDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableRepairingDataTable = new RepairingDataTableDataTable();
     base.Tables.Add(this.tableRepairingDataTable);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableRepairingDataTable = ((RepairingDataTableDataTable)(base.Tables["RepairingDataTable"]));
     if ((initTable == true))
     {
         if ((this.tableRepairingDataTable != null))
         {
             this.tableRepairingDataTable.InitVars();
         }
     }
 }
Example #4
0
 internal RepairingDataTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableRepairingDataTable = ((RepairingDataTableDataTable)(this.Table));
 }