internal DaysInformationRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDaysInformation = ((DaysInformationDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "VacationsInformationTDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/VacationsInformationTDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableVacationsInformation = new VacationsInformationDataTable(); base.Tables.Add(this.tableVacationsInformation); this.tableRequestsInformation = new RequestsInformationDataTable(); base.Tables.Add(this.tableRequestsInformation); this.tableDaysInformation = new DaysInformationDataTable(); base.Tables.Add(this.tableDaysInformation); this.tableBasicInformation = new BasicInformationDataTable(); base.Tables.Add(this.tableBasicInformation); }
internal void InitVars(bool initTable) { this.tableVacationsInformation = ((VacationsInformationDataTable)(base.Tables["VacationsInformation"])); if ((initTable == true)) { if ((this.tableVacationsInformation != null)) { this.tableVacationsInformation.InitVars(); } } this.tableRequestsInformation = ((RequestsInformationDataTable)(base.Tables["RequestsInformation"])); if ((initTable == true)) { if ((this.tableRequestsInformation != null)) { this.tableRequestsInformation.InitVars(); } } this.tableDaysInformation = ((DaysInformationDataTable)(base.Tables["DaysInformation"])); if ((initTable == true)) { if ((this.tableDaysInformation != null)) { this.tableDaysInformation.InitVars(); } } this.tableBasicInformation = ((BasicInformationDataTable)(base.Tables["BasicInformation"])); if ((initTable == true)) { if ((this.tableBasicInformation != null)) { this.tableBasicInformation.InitVars(); } } }