private void InitClass() {
     this.DataSetName = "TDSLFSRecordForNavigator";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSLFSRecordForNavigator.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableNAVIGATOR = new NAVIGATORDataTable();
     base.Tables.Add(this.tableNAVIGATOR);
 }
 internal NAVIGATORRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableNAVIGATOR = ((NAVIGATORDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableNAVIGATOR = ((NAVIGATORDataTable)(base.Tables["NAVIGATOR"]));
     if ((initTable == true)) {
         if ((this.tableNAVIGATOR != null)) {
             this.tableNAVIGATOR.InitVars();
         }
     }
 }