Esempio n. 1
0
 internal void InitVars(bool initTable) {
     this.tableRecType = ((RecTypeDataTable)(base.Tables["RecType"]));
     if ((initTable == true)) {
         if ((this.tableRecType != null)) {
             this.tableRecType.InitVars();
         }
     }
     this.tableExplainType = ((ExplainTypeDataTable)(base.Tables["ExplainType"]));
     if ((initTable == true)) {
         if ((this.tableExplainType != null)) {
             this.tableExplainType.InitVars();
         }
     }
     this.tableAccountMapping = ((AccountMappingDataTable)(base.Tables["AccountMapping"]));
     if ((initTable == true)) {
         if ((this.tableAccountMapping != null)) {
             this.tableAccountMapping.InitVars();
         }
     }
 }
Esempio n. 2
0
 private void InitClass() {
     this.DataSetName = "Types";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/Types.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableRecType = new RecTypeDataTable();
     base.Tables.Add(this.tableRecType);
     this.tableExplainType = new ExplainTypeDataTable();
     base.Tables.Add(this.tableExplainType);
     this.tableAccountMapping = new AccountMappingDataTable();
     base.Tables.Add(this.tableAccountMapping);
 }
Esempio n. 3
0
 internal AccountMappingRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableAccountMapping = ((AccountMappingDataTable)(this.Table));
 }