施工月报新 增加3、4、5、6节点内容

This commit is contained in:
2024-03-19 10:46:55 +08:00
parent c3f952cc79
commit c4c2b07321
33 changed files with 5338 additions and 169 deletions
+915
View File
@@ -593,6 +593,9 @@ namespace Model
partial void InsertComprehensive_QualityAccidentApprove(Comprehensive_QualityAccidentApprove instance);
partial void UpdateComprehensive_QualityAccidentApprove(Comprehensive_QualityAccidentApprove instance);
partial void DeleteComprehensive_QualityAccidentApprove(Comprehensive_QualityAccidentApprove instance);
partial void InsertComprehensive_ReviewDrawings(Comprehensive_ReviewDrawings instance);
partial void UpdateComprehensive_ReviewDrawings(Comprehensive_ReviewDrawings instance);
partial void DeleteComprehensive_ReviewDrawings(Comprehensive_ReviewDrawings instance);
partial void InsertComprehensive_SiteVisaManagement(Comprehensive_SiteVisaManagement instance);
partial void UpdateComprehensive_SiteVisaManagement(Comprehensive_SiteVisaManagement instance);
partial void DeleteComprehensive_SiteVisaManagement(Comprehensive_SiteVisaManagement instance);
@@ -1256,6 +1259,9 @@ namespace Model
partial void InsertInspection_SummaryMb(Inspection_SummaryMb instance);
partial void UpdateInspection_SummaryMb(Inspection_SummaryMb instance);
partial void DeleteInspection_SummaryMb(Inspection_SummaryMb instance);
partial void InsertInspection_Test_Plan(Inspection_Test_Plan instance);
partial void UpdateInspection_Test_Plan(Inspection_Test_Plan instance);
partial void DeleteInspection_Test_Plan(Inspection_Test_Plan instance);
partial void InsertInterFaceLog(InterFaceLog instance);
partial void UpdateInterFaceLog(InterFaceLog instance);
partial void DeleteInterFaceLog(InterFaceLog instance);
@@ -1952,6 +1958,9 @@ namespace Model
partial void InsertReport_Comprehensive(Report_Comprehensive instance);
partial void UpdateReport_Comprehensive(Report_Comprehensive instance);
partial void DeleteReport_Comprehensive(Report_Comprehensive instance);
partial void InsertReport_Construction_Plan(Report_Construction_Plan instance);
partial void UpdateReport_Construction_Plan(Report_Construction_Plan instance);
partial void DeleteReport_Construction_Plan(Report_Construction_Plan instance);
partial void InsertReport_ConstructionProblems(Report_ConstructionProblems instance);
partial void UpdateReport_ConstructionProblems(Report_ConstructionProblems instance);
partial void DeleteReport_ConstructionProblems(Report_ConstructionProblems instance);
@@ -4103,6 +4112,14 @@ namespace Model
}
}
public System.Data.Linq.Table<Comprehensive_ReviewDrawings> Comprehensive_ReviewDrawings
{
get
{
return this.GetTable<Comprehensive_ReviewDrawings>();
}
}
public System.Data.Linq.Table<Comprehensive_SiteVisaManagement> Comprehensive_SiteVisaManagement
{
get
@@ -5879,6 +5896,14 @@ namespace Model
}
}
public System.Data.Linq.Table<Inspection_Test_Plan> Inspection_Test_Plan
{
get
{
return this.GetTable<Inspection_Test_Plan>();
}
}
public System.Data.Linq.Table<InterFaceLog> InterFaceLog
{
get
@@ -7735,6 +7760,14 @@ namespace Model
}
}
public System.Data.Linq.Table<Report_Construction_Plan> Report_Construction_Plan
{
get
{
return this.GetTable<Report_Construction_Plan>();
}
}
public System.Data.Linq.Table<Report_ConstructionProblems> Report_ConstructionProblems
{
get
@@ -95033,6 +95066,8 @@ namespace Model
private string _UnitWorkId;
private string _ExpertReviewMan;
private EntityRef<Base_CNProfessional> _Base_CNProfessional;
private EntityRef<Base_Project> _Base_Project;
@@ -95075,6 +95110,8 @@ namespace Model
partial void OnCompileDateChanged();
partial void OnUnitWorkIdChanging(string value);
partial void OnUnitWorkIdChanged();
partial void OnExpertReviewManChanging(string value);
partial void OnExpertReviewManChanged();
#endregion
public Comprehensive_MajorPlanApproval()
@@ -95398,6 +95435,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ExpertReviewMan", DbType="NVarChar(200)")]
public string ExpertReviewMan
{
get
{
return this._ExpertReviewMan;
}
set
{
if ((this._ExpertReviewMan != value))
{
this.OnExpertReviewManChanging(value);
this.SendPropertyChanging();
this._ExpertReviewMan = value;
this.SendPropertyChanged("ExpertReviewMan");
this.OnExpertReviewManChanged();
}
}
}
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Comprehensive_MajorPlanApproval_Base_CNProfessional", Storage="_Base_CNProfessional", ThisKey="CNProfessionalId", OtherKey="CNProfessionalId", IsForeignKey=true)]
public Base_CNProfessional Base_CNProfessional
{
@@ -98200,6 +98257,308 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Comprehensive_ReviewDrawings")]
public partial class Comprehensive_ReviewDrawings : INotifyPropertyChanging, INotifyPropertyChanged
{
private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
private string _Id;
private string _ProjectId;
private string _CNProfessionalId;
private string _DraCode;
private System.Nullable<System.DateTime> _ReviewDate;
private string _UnitWorkId;
private string _ReceiveUnits;
private string _Status;
private string _Remarks;
private string _CreateMan;
private System.Nullable<System.DateTime> _CreateDate;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
partial void OnCreated();
partial void OnIdChanging(string value);
partial void OnIdChanged();
partial void OnProjectIdChanging(string value);
partial void OnProjectIdChanged();
partial void OnCNProfessionalIdChanging(string value);
partial void OnCNProfessionalIdChanged();
partial void OnDraCodeChanging(string value);
partial void OnDraCodeChanged();
partial void OnReviewDateChanging(System.Nullable<System.DateTime> value);
partial void OnReviewDateChanged();
partial void OnUnitWorkIdChanging(string value);
partial void OnUnitWorkIdChanged();
partial void OnReceiveUnitsChanging(string value);
partial void OnReceiveUnitsChanged();
partial void OnStatusChanging(string value);
partial void OnStatusChanged();
partial void OnRemarksChanging(string value);
partial void OnRemarksChanged();
partial void OnCreateManChanging(string value);
partial void OnCreateManChanged();
partial void OnCreateDateChanging(System.Nullable<System.DateTime> value);
partial void OnCreateDateChanged();
#endregion
public Comprehensive_ReviewDrawings()
{
OnCreated();
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
public string Id
{
get
{
return this._Id;
}
set
{
if ((this._Id != value))
{
this.OnIdChanging(value);
this.SendPropertyChanging();
this._Id = value;
this.SendPropertyChanged("Id");
this.OnIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
public string ProjectId
{
get
{
return this._ProjectId;
}
set
{
if ((this._ProjectId != value))
{
this.OnProjectIdChanging(value);
this.SendPropertyChanging();
this._ProjectId = value;
this.SendPropertyChanged("ProjectId");
this.OnProjectIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CNProfessionalId", DbType="NVarChar(50)")]
public string CNProfessionalId
{
get
{
return this._CNProfessionalId;
}
set
{
if ((this._CNProfessionalId != value))
{
this.OnCNProfessionalIdChanging(value);
this.SendPropertyChanging();
this._CNProfessionalId = value;
this.SendPropertyChanged("CNProfessionalId");
this.OnCNProfessionalIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DraCode", DbType="NVarChar(50)")]
public string DraCode
{
get
{
return this._DraCode;
}
set
{
if ((this._DraCode != value))
{
this.OnDraCodeChanging(value);
this.SendPropertyChanging();
this._DraCode = value;
this.SendPropertyChanged("DraCode");
this.OnDraCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReviewDate", DbType="DateTime")]
public System.Nullable<System.DateTime> ReviewDate
{
get
{
return this._ReviewDate;
}
set
{
if ((this._ReviewDate != value))
{
this.OnReviewDateChanging(value);
this.SendPropertyChanging();
this._ReviewDate = value;
this.SendPropertyChanged("ReviewDate");
this.OnReviewDateChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorkId", DbType="NVarChar(500)")]
public string UnitWorkId
{
get
{
return this._UnitWorkId;
}
set
{
if ((this._UnitWorkId != value))
{
this.OnUnitWorkIdChanging(value);
this.SendPropertyChanging();
this._UnitWorkId = value;
this.SendPropertyChanged("UnitWorkId");
this.OnUnitWorkIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReceiveUnits", DbType="NVarChar(800)")]
public string ReceiveUnits
{
get
{
return this._ReceiveUnits;
}
set
{
if ((this._ReceiveUnits != value))
{
this.OnReceiveUnitsChanging(value);
this.SendPropertyChanging();
this._ReceiveUnits = value;
this.SendPropertyChanged("ReceiveUnits");
this.OnReceiveUnitsChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Status", DbType="NVarChar(2)")]
public string Status
{
get
{
return this._Status;
}
set
{
if ((this._Status != value))
{
this.OnStatusChanging(value);
this.SendPropertyChanging();
this._Status = value;
this.SendPropertyChanged("Status");
this.OnStatusChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remarks", DbType="NVarChar(500)")]
public string Remarks
{
get
{
return this._Remarks;
}
set
{
if ((this._Remarks != value))
{
this.OnRemarksChanging(value);
this.SendPropertyChanging();
this._Remarks = value;
this.SendPropertyChanged("Remarks");
this.OnRemarksChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CreateMan", DbType="NVarChar(50)")]
public string CreateMan
{
get
{
return this._CreateMan;
}
set
{
if ((this._CreateMan != value))
{
this.OnCreateManChanging(value);
this.SendPropertyChanging();
this._CreateMan = value;
this.SendPropertyChanged("CreateMan");
this.OnCreateManChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CreateDate", DbType="DateTime")]
public System.Nullable<System.DateTime> CreateDate
{
get
{
return this._CreateDate;
}
set
{
if ((this._CreateDate != value))
{
this.OnCreateDateChanging(value);
this.SendPropertyChanging();
this._CreateDate = value;
this.SendPropertyChanged("CreateDate");
this.OnCreateDateChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void SendPropertyChanging()
{
if ((this.PropertyChanging != null))
{
this.PropertyChanging(this, emptyChangingEventArgs);
}
}
protected virtual void SendPropertyChanged(String propertyName)
{
if ((this.PropertyChanged != null))
{
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Comprehensive_SiteVisaManagement")]
public partial class Comprehensive_SiteVisaManagement : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -203776,6 +204135,332 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Inspection_Test_Plan")]
public partial class Inspection_Test_Plan : INotifyPropertyChanging, INotifyPropertyChanged
{
private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
private string _Id;
private string _ProjectId;
private string _UnitId;
private string _CNProfessionalId;
private string _PlanCode;
private string _PlanName;
private System.Nullable<System.DateTime> _ApprovalDate;
private string _AuditMan;
private string _ApprovalMan;
private string _Remarks;
private string _CreateMan;
private System.Nullable<System.DateTime> _CreateDate;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
partial void OnCreated();
partial void OnIdChanging(string value);
partial void OnIdChanged();
partial void OnProjectIdChanging(string value);
partial void OnProjectIdChanged();
partial void OnUnitIdChanging(string value);
partial void OnUnitIdChanged();
partial void OnCNProfessionalIdChanging(string value);
partial void OnCNProfessionalIdChanged();
partial void OnPlanCodeChanging(string value);
partial void OnPlanCodeChanged();
partial void OnPlanNameChanging(string value);
partial void OnPlanNameChanged();
partial void OnApprovalDateChanging(System.Nullable<System.DateTime> value);
partial void OnApprovalDateChanged();
partial void OnAuditManChanging(string value);
partial void OnAuditManChanged();
partial void OnApprovalManChanging(string value);
partial void OnApprovalManChanged();
partial void OnRemarksChanging(string value);
partial void OnRemarksChanged();
partial void OnCreateManChanging(string value);
partial void OnCreateManChanged();
partial void OnCreateDateChanging(System.Nullable<System.DateTime> value);
partial void OnCreateDateChanged();
#endregion
public Inspection_Test_Plan()
{
OnCreated();
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
public string Id
{
get
{
return this._Id;
}
set
{
if ((this._Id != value))
{
this.OnIdChanging(value);
this.SendPropertyChanging();
this._Id = value;
this.SendPropertyChanged("Id");
this.OnIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
public string ProjectId
{
get
{
return this._ProjectId;
}
set
{
if ((this._ProjectId != value))
{
this.OnProjectIdChanging(value);
this.SendPropertyChanging();
this._ProjectId = value;
this.SendPropertyChanged("ProjectId");
this.OnProjectIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="NVarChar(50)")]
public string UnitId
{
get
{
return this._UnitId;
}
set
{
if ((this._UnitId != value))
{
this.OnUnitIdChanging(value);
this.SendPropertyChanging();
this._UnitId = value;
this.SendPropertyChanged("UnitId");
this.OnUnitIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CNProfessionalId", DbType="NVarChar(50)")]
public string CNProfessionalId
{
get
{
return this._CNProfessionalId;
}
set
{
if ((this._CNProfessionalId != value))
{
this.OnCNProfessionalIdChanging(value);
this.SendPropertyChanging();
this._CNProfessionalId = value;
this.SendPropertyChanged("CNProfessionalId");
this.OnCNProfessionalIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanCode", DbType="NVarChar(50)")]
public string PlanCode
{
get
{
return this._PlanCode;
}
set
{
if ((this._PlanCode != value))
{
this.OnPlanCodeChanging(value);
this.SendPropertyChanging();
this._PlanCode = value;
this.SendPropertyChanged("PlanCode");
this.OnPlanCodeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanName", DbType="NVarChar(50)")]
public string PlanName
{
get
{
return this._PlanName;
}
set
{
if ((this._PlanName != value))
{
this.OnPlanNameChanging(value);
this.SendPropertyChanging();
this._PlanName = value;
this.SendPropertyChanged("PlanName");
this.OnPlanNameChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApprovalDate", DbType="DateTime")]
public System.Nullable<System.DateTime> ApprovalDate
{
get
{
return this._ApprovalDate;
}
set
{
if ((this._ApprovalDate != value))
{
this.OnApprovalDateChanging(value);
this.SendPropertyChanging();
this._ApprovalDate = value;
this.SendPropertyChanged("ApprovalDate");
this.OnApprovalDateChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditMan", DbType="NVarChar(50)")]
public string AuditMan
{
get
{
return this._AuditMan;
}
set
{
if ((this._AuditMan != value))
{
this.OnAuditManChanging(value);
this.SendPropertyChanging();
this._AuditMan = value;
this.SendPropertyChanged("AuditMan");
this.OnAuditManChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApprovalMan", DbType="NVarChar(50)")]
public string ApprovalMan
{
get
{
return this._ApprovalMan;
}
set
{
if ((this._ApprovalMan != value))
{
this.OnApprovalManChanging(value);
this.SendPropertyChanging();
this._ApprovalMan = value;
this.SendPropertyChanged("ApprovalMan");
this.OnApprovalManChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remarks", DbType="NVarChar(50)")]
public string Remarks
{
get
{
return this._Remarks;
}
set
{
if ((this._Remarks != value))
{
this.OnRemarksChanging(value);
this.SendPropertyChanging();
this._Remarks = value;
this.SendPropertyChanged("Remarks");
this.OnRemarksChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CreateMan", DbType="NVarChar(50)")]
public string CreateMan
{
get
{
return this._CreateMan;
}
set
{
if ((this._CreateMan != value))
{
this.OnCreateManChanging(value);
this.SendPropertyChanging();
this._CreateMan = value;
this.SendPropertyChanged("CreateMan");
this.OnCreateManChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CreateDate", DbType="DateTime")]
public System.Nullable<System.DateTime> CreateDate
{
get
{
return this._CreateDate;
}
set
{
if ((this._CreateDate != value))
{
this.OnCreateDateChanging(value);
this.SendPropertyChanging();
this._CreateDate = value;
this.SendPropertyChanged("CreateDate");
this.OnCreateDateChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void SendPropertyChanging()
{
if ((this.PropertyChanging != null))
{
this.PropertyChanging(this, emptyChangingEventArgs);
}
}
protected virtual void SendPropertyChanged(String propertyName)
{
if ((this.PropertyChanged != null))
{
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.InterFaceLog")]
public partial class InterFaceLog : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -304947,6 +305632,236 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Report_Construction_Plan")]
public partial class Report_Construction_Plan : INotifyPropertyChanging, INotifyPropertyChanged
{
private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
private string _Id;
private string _ReportId;
private string _ReType;
private string _UnitOrMajor;
private System.Nullable<int> _Quantity1;
private System.Nullable<int> _Quantity2;
private System.Nullable<int> _Quantity3;
private string _Remarks;
#region
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
partial void OnCreated();
partial void OnIdChanging(string value);
partial void OnIdChanged();
partial void OnReportIdChanging(string value);
partial void OnReportIdChanged();
partial void OnReTypeChanging(string value);
partial void OnReTypeChanged();
partial void OnUnitOrMajorChanging(string value);
partial void OnUnitOrMajorChanged();
partial void OnQuantity1Changing(System.Nullable<int> value);
partial void OnQuantity1Changed();
partial void OnQuantity2Changing(System.Nullable<int> value);
partial void OnQuantity2Changed();
partial void OnQuantity3Changing(System.Nullable<int> value);
partial void OnQuantity3Changed();
partial void OnRemarksChanging(string value);
partial void OnRemarksChanged();
#endregion
public Report_Construction_Plan()
{
OnCreated();
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
public string Id
{
get
{
return this._Id;
}
set
{
if ((this._Id != value))
{
this.OnIdChanging(value);
this.SendPropertyChanging();
this._Id = value;
this.SendPropertyChanged("Id");
this.OnIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReportId", DbType="NVarChar(50)")]
public string ReportId
{
get
{
return this._ReportId;
}
set
{
if ((this._ReportId != value))
{
this.OnReportIdChanging(value);
this.SendPropertyChanging();
this._ReportId = value;
this.SendPropertyChanged("ReportId");
this.OnReportIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReType", DbType="NVarChar(20)")]
public string ReType
{
get
{
return this._ReType;
}
set
{
if ((this._ReType != value))
{
this.OnReTypeChanging(value);
this.SendPropertyChanging();
this._ReType = value;
this.SendPropertyChanged("ReType");
this.OnReTypeChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitOrMajor", DbType="NVarChar(200)")]
public string UnitOrMajor
{
get
{
return this._UnitOrMajor;
}
set
{
if ((this._UnitOrMajor != value))
{
this.OnUnitOrMajorChanging(value);
this.SendPropertyChanging();
this._UnitOrMajor = value;
this.SendPropertyChanged("UnitOrMajor");
this.OnUnitOrMajorChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quantity1", DbType="Int")]
public System.Nullable<int> Quantity1
{
get
{
return this._Quantity1;
}
set
{
if ((this._Quantity1 != value))
{
this.OnQuantity1Changing(value);
this.SendPropertyChanging();
this._Quantity1 = value;
this.SendPropertyChanged("Quantity1");
this.OnQuantity1Changed();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quantity2", DbType="Int")]
public System.Nullable<int> Quantity2
{
get
{
return this._Quantity2;
}
set
{
if ((this._Quantity2 != value))
{
this.OnQuantity2Changing(value);
this.SendPropertyChanging();
this._Quantity2 = value;
this.SendPropertyChanged("Quantity2");
this.OnQuantity2Changed();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Quantity3", DbType="Int")]
public System.Nullable<int> Quantity3
{
get
{
return this._Quantity3;
}
set
{
if ((this._Quantity3 != value))
{
this.OnQuantity3Changing(value);
this.SendPropertyChanging();
this._Quantity3 = value;
this.SendPropertyChanged("Quantity3");
this.OnQuantity3Changed();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remarks", DbType="NVarChar(200)")]
public string Remarks
{
get
{
return this._Remarks;
}
set
{
if ((this._Remarks != value))
{
this.OnRemarksChanging(value);
this.SendPropertyChanging();
this._Remarks = value;
this.SendPropertyChanged("Remarks");
this.OnRemarksChanged();
}
}
}
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void SendPropertyChanging()
{
if ((this.PropertyChanging != null))
{
this.PropertyChanging(this, emptyChangingEventArgs);
}
}
protected virtual void SendPropertyChanged(String propertyName)
{
if ((this.PropertyChanged != null))
{
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Report_ConstructionProblems")]
public partial class Report_ConstructionProblems : INotifyPropertyChanging, INotifyPropertyChanged
{