Example #1
0
            public override DataTable Clone()
            {
                SwitcherDetailTableDataTable cln = ((SwitcherDetailTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName              = "SwitcherDS";
     this.Prefix                   = "";
     this.Namespace                = "http://www.tempuri.org/SwitcherDS.xsd";
     this.Locale                   = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive            = false;
     this.EnforceConstraints       = true;
     this.tableSwitcherDetailTable = new SwitcherDetailTableDataTable();
     this.Tables.Add(this.tableSwitcherDetailTable);
     this.tableSwitcherViewTable = new SwitcherViewTableDataTable();
     this.Tables.Add(this.tableSwitcherViewTable);
 }
Example #3
0
 internal void InitVars()
 {
     this.tableSwitcherDetailTable = ((SwitcherDetailTableDataTable)(this.Tables["SwitcherDetailTable"]));
     if ((this.tableSwitcherDetailTable != null))
     {
         this.tableSwitcherDetailTable.InitVars();
     }
     this.tableSwitcherViewTable = ((SwitcherViewTableDataTable)(this.Tables["SwitcherViewTable"]));
     if ((this.tableSwitcherViewTable != null))
     {
         this.tableSwitcherViewTable.InitVars();
     }
 }
Example #4
0
 internal SwitcherDetailTableRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableSwitcherDetailTable = ((SwitcherDetailTableDataTable)(this.Table));
 }