Exemple #1
0
 internal void InitVars(bool initTable) {
     this.tableBreakpoint = ((BreakpointDataTable)(base.Tables["Breakpoint"]));
     if ((initTable == true)) {
         if ((this.tableBreakpoint != null)) {
             this.tableBreakpoint.InitVars();
         }
     }
     this.tableWatch = ((WatchDataTable)(base.Tables["Watch"]));
     if ((initTable == true)) {
         if ((this.tableWatch != null)) {
             this.tableWatch.InitVars();
         }
     }
     this.tableWindow = ((WindowDataTable)(base.Tables["Window"]));
     if ((initTable == true)) {
         if ((this.tableWindow != null)) {
             this.tableWindow.InitVars();
         }
     }
     this.tableGeneral = ((GeneralDataTable)(base.Tables["General"]));
     if ((initTable == true)) {
         if ((this.tableGeneral != null)) {
             this.tableGeneral.InitVars();
         }
     }
 }
Exemple #2
0
 private void InitClass() {
     this.DataSetName = "SettingsDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/SettingsDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBreakpoint = new BreakpointDataTable();
     base.Tables.Add(this.tableBreakpoint);
     this.tableWatch = new WatchDataTable();
     base.Tables.Add(this.tableWatch);
     this.tableWindow = new WindowDataTable();
     base.Tables.Add(this.tableWindow);
     this.tableGeneral = new GeneralDataTable();
     base.Tables.Add(this.tableGeneral);
 }
Exemple #3
0
 internal GeneralRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableGeneral = ((GeneralDataTable)(this.Table));
 }