private void InitClass() {
     this.DataSetName = "RegistrationDocReq";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/RegistrationDocReq.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableRegistrationTypeMaster = new RegistrationTypeMasterDataTable();
     base.Tables.Add(this.tableRegistrationTypeMaster);
     this.tableRegistrationTypeDoc_MapMaster = new RegistrationTypeDoc_MapMasterDataTable();
     base.Tables.Add(this.tableRegistrationTypeDoc_MapMaster);
 }
 internal RegistrationTypeMasterRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableRegistrationTypeMaster = ((RegistrationTypeMasterDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableRegistrationTypeMaster = ((RegistrationTypeMasterDataTable)(base.Tables["RegistrationTypeMaster"]));
     if ((initTable == true)) {
         if ((this.tableRegistrationTypeMaster != null)) {
             this.tableRegistrationTypeMaster.InitVars();
         }
     }
     this.tableRegistrationTypeDoc_MapMaster = ((RegistrationTypeDoc_MapMasterDataTable)(base.Tables["RegistrationTypeDoc_MapMaster"]));
     if ((initTable == true)) {
         if ((this.tableRegistrationTypeDoc_MapMaster != null)) {
             this.tableRegistrationTypeDoc_MapMaster.InitVars();
         }
     }
 }