internal void InitVars(bool initTable) {
     this.tablePointLinerScopeSheet = ((PointLinerScopeSheetDataTable)(base.Tables["PointLinerScopeSheet"]));
     if ((initTable == true)) {
         if ((this.tablePointLinerScopeSheet != null)) {
             this.tablePointLinerScopeSheet.InitVars();
         }
     }
     this.tableLFS_POINT_REPAIRS = ((LFS_POINT_REPAIRSDataTable)(base.Tables["LFS_POINT_REPAIRS"]));
     if ((initTable == true)) {
         if ((this.tableLFS_POINT_REPAIRS != null)) {
             this.tableLFS_POINT_REPAIRS.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "TDSPointLinerScopeSheet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TDSPointLinerScopeSheet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablePointLinerScopeSheet = new PointLinerScopeSheetDataTable();
     base.Tables.Add(this.tablePointLinerScopeSheet);
     this.tableLFS_POINT_REPAIRS = new LFS_POINT_REPAIRSDataTable();
     base.Tables.Add(this.tableLFS_POINT_REPAIRS);
 }
 internal PointLinerScopeSheetRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablePointLinerScopeSheet = ((PointLinerScopeSheetDataTable)(this.Table));
 }