public override global::System.Data.DataTable Clone() { PanelSettingsDataTable cln = ((PanelSettingsDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "SpellTimerDataSet"; this.Prefix = ""; this.Namespace = "http://tempuri.org/SpellTimerDataSet.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tablePanelSettings = new PanelSettingsDataTable(); base.Tables.Add(this.tablePanelSettings); }
internal void InitVars(bool initTable) { this.tablePanelSettings = ((PanelSettingsDataTable)(base.Tables["PanelSettings"])); if ((initTable == true)) { if ((this.tablePanelSettings != null)) { this.tablePanelSettings.InitVars(); } } }
internal PanelSettingsRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tablePanelSettings = ((PanelSettingsDataTable)(this.Table)); }