diff --git a/SGGL/FineUIPro.Web/Web.config b/SGGL/FineUIPro.Web/Web.config
index f50b26d3..963148f2 100644
--- a/SGGL/FineUIPro.Web/Web.config
+++ b/SGGL/FineUIPro.Web/Web.config
@@ -77,7 +77,7 @@
-
+
diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs
index 19ee83c0..b3dc8c83 100644
--- a/SGGL/Model/Model.cs
+++ b/SGGL/Model/Model.cs
@@ -1472,9 +1472,6 @@ namespace Model
partial void InsertManager_Month_CheckC(Manager_Month_CheckC instance);
partial void UpdateManager_Month_CheckC(Manager_Month_CheckC instance);
partial void DeleteManager_Month_CheckC(Manager_Month_CheckC instance);
- partial void InsertManager_Month_ComplianceObligations(Manager_Month_ComplianceObligations instance);
- partial void UpdateManager_Month_ComplianceObligations(Manager_Month_ComplianceObligations instance);
- partial void DeleteManager_Month_ComplianceObligations(Manager_Month_ComplianceObligations instance);
partial void InsertManager_Month_ComplianceObligationsC(Manager_Month_ComplianceObligationsC instance);
partial void UpdateManager_Month_ComplianceObligationsC(Manager_Month_ComplianceObligationsC instance);
partial void DeleteManager_Month_ComplianceObligationsC(Manager_Month_ComplianceObligationsC instance);
@@ -2042,9 +2039,6 @@ namespace Model
partial void InsertReport_CQMS_MonthReportItem(Report_CQMS_MonthReportItem instance);
partial void UpdateReport_CQMS_MonthReportItem(Report_CQMS_MonthReportItem instance);
partial void DeleteReport_CQMS_MonthReportItem(Report_CQMS_MonthReportItem instance);
- partial void InsertReport_CQMS_ProblemHandle(Report_CQMS_ProblemHandle instance);
- partial void UpdateReport_CQMS_ProblemHandle(Report_CQMS_ProblemHandle instance);
- partial void DeleteReport_CQMS_ProblemHandle(Report_CQMS_ProblemHandle instance);
partial void InsertReport_CqmsTarget(Report_CqmsTarget instance);
partial void UpdateReport_CqmsTarget(Report_CqmsTarget instance);
partial void DeleteReport_CqmsTarget(Report_CqmsTarget instance);
@@ -6578,14 +6572,6 @@ namespace Model
}
}
- public System.Data.Linq.Table Manager_Month_ComplianceObligations
- {
- get
- {
- return this.GetTable();
- }
- }
-
public System.Data.Linq.Table Manager_Month_ComplianceObligationsC
{
get
@@ -8098,14 +8084,6 @@ namespace Model
}
}
- public System.Data.Linq.Table Report_CQMS_ProblemHandle
- {
- get
- {
- return this.GetTable();
- }
- }
-
public System.Data.Linq.Table Report_CqmsTarget
{
get
@@ -21739,6 +21717,8 @@ namespace Model
private string _CodeRule;
+ private EntitySet _Doc_DocManage;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -21755,6 +21735,7 @@ namespace Model
public Base_DocType()
{
+ this._Doc_DocManage = new EntitySet(new Action(this.attach_Doc_DocManage), new Action(this.detach_Doc_DocManage));
OnCreated();
}
@@ -21838,6 +21819,19 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Doc_DocManage_Base_DocType", Storage="_Doc_DocManage", ThisKey="DocTypeId", OtherKey="DocTypeId", DeleteRule="NO ACTION")]
+ public EntitySet Doc_DocManage
+ {
+ get
+ {
+ return this._Doc_DocManage;
+ }
+ set
+ {
+ this._Doc_DocManage.Assign(value);
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -21857,6 +21851,18 @@ namespace Model
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
}
}
+
+ private void attach_Doc_DocManage(Doc_DocManage entity)
+ {
+ this.SendPropertyChanging();
+ entity.Base_DocType = this;
+ }
+
+ private void detach_Doc_DocManage(Doc_DocManage entity)
+ {
+ this.SendPropertyChanging();
+ entity.Base_DocType = null;
+ }
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Base_EmergencyType")]
@@ -98551,10 +98557,10 @@ namespace Model
private string _AuditMan;
- private string _Measure;
-
private string _Problem;
+ private string _Measure;
+
private System.Nullable _RemarkCode;
private EntityRef _Sys_User;
@@ -98603,10 +98609,10 @@ namespace Model
partial void OnStatusChanged();
partial void OnAuditManChanging(string value);
partial void OnAuditManChanged();
- partial void OnMeasureChanging(string value);
- partial void OnMeasureChanged();
partial void OnProblemChanging(string value);
partial void OnProblemChanged();
+ partial void OnMeasureChanging(string value);
+ partial void OnMeasureChanged();
partial void OnRemarkCodeChanging(System.Nullable value);
partial void OnRemarkCodeChanged();
#endregion
@@ -98976,26 +98982,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Measure", DbType="NVarChar(1000)")]
- public string Measure
- {
- get
- {
- return this._Measure;
- }
- set
- {
- if ((this._Measure != value))
- {
- this.OnMeasureChanging(value);
- this.SendPropertyChanging();
- this._Measure = value;
- this.SendPropertyChanged("Measure");
- this.OnMeasureChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Problem", DbType="NVarChar(1000)")]
public string Problem
{
@@ -99016,6 +99002,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Measure", DbType="NVarChar(1000)")]
+ public string Measure
+ {
+ get
+ {
+ return this._Measure;
+ }
+ set
+ {
+ if ((this._Measure != value))
+ {
+ this.OnMeasureChanging(value);
+ this.SendPropertyChanging();
+ this._Measure = value;
+ this.SendPropertyChanged("Measure");
+ this.OnMeasureChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RemarkCode", DbType="Int")]
public System.Nullable RemarkCode
{
@@ -122338,6 +122344,8 @@ namespace Model
private EntityRef _Base_CNProfessional;
+ private EntityRef _Base_DocType;
+
private EntityRef _Base_Project;
private EntityRef _Base_Unit;
@@ -122389,6 +122397,7 @@ namespace Model
public Doc_DocManage()
{
this._Base_CNProfessional = default(EntityRef);
+ this._Base_DocType = default(EntityRef);
this._Base_Project = default(EntityRef);
this._Base_Unit = default(EntityRef);
this._Sys_User = default(EntityRef);
@@ -122467,6 +122476,10 @@ namespace Model
{
if ((this._DocTypeId != value))
{
+ if (this._Base_DocType.HasLoadedOrAssignedValue)
+ {
+ throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
+ }
this.OnDocTypeIdChanging(value);
this.SendPropertyChanging();
this._DocTypeId = value;
@@ -122786,6 +122799,40 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Doc_DocManage_Base_DocType", Storage="_Base_DocType", ThisKey="DocTypeId", OtherKey="DocTypeId", IsForeignKey=true)]
+ public Base_DocType Base_DocType
+ {
+ get
+ {
+ return this._Base_DocType.Entity;
+ }
+ set
+ {
+ Base_DocType previousValue = this._Base_DocType.Entity;
+ if (((previousValue != value)
+ || (this._Base_DocType.HasLoadedOrAssignedValue == false)))
+ {
+ this.SendPropertyChanging();
+ if ((previousValue != null))
+ {
+ this._Base_DocType.Entity = null;
+ previousValue.Doc_DocManage.Remove(this);
+ }
+ this._Base_DocType.Entity = value;
+ if ((value != null))
+ {
+ value.Doc_DocManage.Add(this);
+ this._DocTypeId = value.DocTypeId;
+ }
+ else
+ {
+ this._DocTypeId = default(string);
+ }
+ this.SendPropertyChanged("Base_DocType");
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Doc_DocManage_Base_Project", Storage="_Base_Project", ThisKey="ProjectId", OtherKey="ProjectId", IsForeignKey=true)]
public Base_Project Base_Project
{
@@ -122956,6 +123003,8 @@ namespace Model
private EntityRef _Doc_DocManage;
+ private EntityRef _Sys_User;
+
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -122979,6 +123028,7 @@ namespace Model
public Doc_DocManageApprove()
{
this._Doc_DocManage = default(EntityRef);
+ this._Sys_User = default(EntityRef);
OnCreated();
}
@@ -123026,7 +123076,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveMan", DbType="NVarChar(500)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveMan", DbType="NVarChar(50)")]
public string ApproveMan
{
get
@@ -123037,6 +123087,10 @@ namespace Model
{
if ((this._ApproveMan != value))
{
+ if (this._Sys_User.HasLoadedOrAssignedValue)
+ {
+ throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
+ }
this.OnApproveManChanging(value);
this.SendPropertyChanging();
this._ApproveMan = value;
@@ -123160,6 +123214,40 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Doc_DocManageApprove_Sys_User", Storage="_Sys_User", ThisKey="ApproveMan", OtherKey="UserId", IsForeignKey=true)]
+ public Sys_User Sys_User
+ {
+ get
+ {
+ return this._Sys_User.Entity;
+ }
+ set
+ {
+ Sys_User previousValue = this._Sys_User.Entity;
+ if (((previousValue != value)
+ || (this._Sys_User.HasLoadedOrAssignedValue == false)))
+ {
+ this.SendPropertyChanging();
+ if ((previousValue != null))
+ {
+ this._Sys_User.Entity = null;
+ previousValue.Doc_DocManageApprove.Remove(this);
+ }
+ this._Sys_User.Entity = value;
+ if ((value != null))
+ {
+ value.Doc_DocManageApprove.Add(this);
+ this._ApproveMan = value.UserId;
+ }
+ else
+ {
+ this._ApproveMan = default(string);
+ }
+ this.SendPropertyChanged("Sys_User");
+ }
+ }
+ }
+
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -238006,229 +238094,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Manager_Month_ComplianceObligations")]
- public partial class Manager_Month_ComplianceObligations : INotifyPropertyChanging, INotifyPropertyChanged
- {
-
- private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
-
- private string _ComplianceObligationsId;
-
- private string _MonthReportId;
-
- private string _InformationContent;
-
- private string _ResponseMeasures;
-
- private string _ImplementationStatus;
-
- private string _EvaluationConclusion;
-
- private EntityRef _Manager_MonthReportC;
-
- #region 可扩展性方法定义
- partial void OnLoaded();
- partial void OnValidate(System.Data.Linq.ChangeAction action);
- partial void OnCreated();
- partial void OnComplianceObligationsIdChanging(string value);
- partial void OnComplianceObligationsIdChanged();
- partial void OnMonthReportIdChanging(string value);
- partial void OnMonthReportIdChanged();
- partial void OnInformationContentChanging(string value);
- partial void OnInformationContentChanged();
- partial void OnResponseMeasuresChanging(string value);
- partial void OnResponseMeasuresChanged();
- partial void OnImplementationStatusChanging(string value);
- partial void OnImplementationStatusChanged();
- partial void OnEvaluationConclusionChanging(string value);
- partial void OnEvaluationConclusionChanged();
- #endregion
-
- public Manager_Month_ComplianceObligations()
- {
- this._Manager_MonthReportC = default(EntityRef);
- OnCreated();
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ComplianceObligationsId", DbType="NVarChar(50) NOT NULL", CanBeNull=false, IsPrimaryKey=true)]
- public string ComplianceObligationsId
- {
- get
- {
- return this._ComplianceObligationsId;
- }
- set
- {
- if ((this._ComplianceObligationsId != value))
- {
- this.OnComplianceObligationsIdChanging(value);
- this.SendPropertyChanging();
- this._ComplianceObligationsId = value;
- this.SendPropertyChanged("ComplianceObligationsId");
- this.OnComplianceObligationsIdChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MonthReportId", DbType="NVarChar(50)")]
- public string MonthReportId
- {
- get
- {
- return this._MonthReportId;
- }
- set
- {
- if ((this._MonthReportId != value))
- {
- if (this._Manager_MonthReportC.HasLoadedOrAssignedValue)
- {
- throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
- }
- this.OnMonthReportIdChanging(value);
- this.SendPropertyChanging();
- this._MonthReportId = value;
- this.SendPropertyChanged("MonthReportId");
- this.OnMonthReportIdChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InformationContent", DbType="NVarChar(500)")]
- public string InformationContent
- {
- get
- {
- return this._InformationContent;
- }
- set
- {
- if ((this._InformationContent != value))
- {
- this.OnInformationContentChanging(value);
- this.SendPropertyChanging();
- this._InformationContent = value;
- this.SendPropertyChanged("InformationContent");
- this.OnInformationContentChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponseMeasures", DbType="NVarChar(500)")]
- public string ResponseMeasures
- {
- get
- {
- return this._ResponseMeasures;
- }
- set
- {
- if ((this._ResponseMeasures != value))
- {
- this.OnResponseMeasuresChanging(value);
- this.SendPropertyChanging();
- this._ResponseMeasures = value;
- this.SendPropertyChanged("ResponseMeasures");
- this.OnResponseMeasuresChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ImplementationStatus", DbType="NVarChar(500)")]
- public string ImplementationStatus
- {
- get
- {
- return this._ImplementationStatus;
- }
- set
- {
- if ((this._ImplementationStatus != value))
- {
- this.OnImplementationStatusChanging(value);
- this.SendPropertyChanging();
- this._ImplementationStatus = value;
- this.SendPropertyChanged("ImplementationStatus");
- this.OnImplementationStatusChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_EvaluationConclusion", DbType="NVarChar(50)")]
- public string EvaluationConclusion
- {
- get
- {
- return this._EvaluationConclusion;
- }
- set
- {
- if ((this._EvaluationConclusion != value))
- {
- this.OnEvaluationConclusionChanging(value);
- this.SendPropertyChanging();
- this._EvaluationConclusion = value;
- this.SendPropertyChanged("EvaluationConclusion");
- this.OnEvaluationConclusionChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Manager_Month_ComplianceObligations_Manager_MonthReportC", Storage="_Manager_MonthReportC", ThisKey="MonthReportId", OtherKey="MonthReportId", IsForeignKey=true)]
- public Manager_MonthReportC Manager_MonthReportC
- {
- get
- {
- return this._Manager_MonthReportC.Entity;
- }
- set
- {
- Manager_MonthReportC previousValue = this._Manager_MonthReportC.Entity;
- if (((previousValue != value)
- || (this._Manager_MonthReportC.HasLoadedOrAssignedValue == false)))
- {
- this.SendPropertyChanging();
- if ((previousValue != null))
- {
- this._Manager_MonthReportC.Entity = null;
- previousValue.Manager_Month_ComplianceObligations.Remove(this);
- }
- this._Manager_MonthReportC.Entity = value;
- if ((value != null))
- {
- value.Manager_Month_ComplianceObligations.Add(this);
- this._MonthReportId = value.MonthReportId;
- }
- else
- {
- this._MonthReportId = default(string);
- }
- this.SendPropertyChanged("Manager_MonthReportC");
- }
- }
- }
-
- 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.Manager_Month_ComplianceObligationsC")]
public partial class Manager_Month_ComplianceObligationsC : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -244428,8 +244293,6 @@ namespace Model
private EntitySet _Manager_Month_CheckC;
- private EntitySet _Manager_Month_ComplianceObligations;
-
private EntitySet _Manager_Month_ComplianceObligationsC;
private EntitySet _Manager_Month_CostInvestmentPlanC;
@@ -244702,7 +244565,6 @@ namespace Model
this._Manager_Month_ActivitiesC = new EntitySet(new Action(this.attach_Manager_Month_ActivitiesC), new Action(this.detach_Manager_Month_ActivitiesC));
this._Manager_Month_ActivityDesC = new EntitySet(new Action(this.attach_Manager_Month_ActivityDesC), new Action(this.detach_Manager_Month_ActivityDesC));
this._Manager_Month_CheckC = new EntitySet(new Action(this.attach_Manager_Month_CheckC), new Action(this.detach_Manager_Month_CheckC));
- this._Manager_Month_ComplianceObligations = new EntitySet(new Action(this.attach_Manager_Month_ComplianceObligations), new Action(this.detach_Manager_Month_ComplianceObligations));
this._Manager_Month_ComplianceObligationsC = new EntitySet(new Action(this.attach_Manager_Month_ComplianceObligationsC), new Action(this.detach_Manager_Month_ComplianceObligationsC));
this._Manager_Month_CostInvestmentPlanC = new EntitySet(new Action(this.attach_Manager_Month_CostInvestmentPlanC), new Action(this.detach_Manager_Month_CostInvestmentPlanC));
this._Manager_Month_EmergencyExercisesC = new EntitySet(new Action(this.attach_Manager_Month_EmergencyExercisesC), new Action(this.detach_Manager_Month_EmergencyExercisesC));
@@ -246883,19 +246745,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Manager_Month_ComplianceObligations_Manager_MonthReportC", Storage="_Manager_Month_ComplianceObligations", ThisKey="MonthReportId", OtherKey="MonthReportId", DeleteRule="NO ACTION")]
- public EntitySet Manager_Month_ComplianceObligations
- {
- get
- {
- return this._Manager_Month_ComplianceObligations;
- }
- set
- {
- this._Manager_Month_ComplianceObligations.Assign(value);
- }
- }
-
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Manager_Month_ComplianceObligationsC_Manager_MonthReportC", Storage="_Manager_Month_ComplianceObligationsC", ThisKey="MonthReportId", OtherKey="MonthReportId", DeleteRule="NO ACTION")]
public EntitySet Manager_Month_ComplianceObligationsC
{
@@ -247477,18 +247326,6 @@ namespace Model
entity.Manager_MonthReportC = null;
}
- private void attach_Manager_Month_ComplianceObligations(Manager_Month_ComplianceObligations entity)
- {
- this.SendPropertyChanging();
- entity.Manager_MonthReportC = this;
- }
-
- private void detach_Manager_Month_ComplianceObligations(Manager_Month_ComplianceObligations entity)
- {
- this.SendPropertyChanging();
- entity.Manager_MonthReportC = null;
- }
-
private void attach_Manager_Month_ComplianceObligationsC(Manager_Month_ComplianceObligationsC entity)
{
this.SendPropertyChanging();
@@ -275833,7 +275670,7 @@ namespace Model
private System.Nullable _ProblemType;
- private string _QuestionTechnologyId;
+ private string _SubInspectId;
private string _TermItemId;
@@ -275847,20 +275684,18 @@ namespace Model
private string _InspectUser;
+ private string _HandleUser;
+
private string _ApproveUser;
+ private System.Nullable _AdjustCompleteTime;
+
private System.Nullable _ApproveState;
private string _AddUser;
private System.Nullable _AddTime;
- private string _HandleUser;
-
- private System.Nullable _AdjustCompleteTime;
-
- private string _SubInspectId;
-
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -275877,8 +275712,8 @@ namespace Model
partial void OnConstructionUnitChanged();
partial void OnProblemTypeChanging(System.Nullable value);
partial void OnProblemTypeChanged();
- partial void OnQuestionTechnologyIdChanging(string value);
- partial void OnQuestionTechnologyIdChanged();
+ partial void OnSubInspectIdChanging(string value);
+ partial void OnSubInspectIdChanged();
partial void OnTermItemIdChanging(string value);
partial void OnTermItemIdChanged();
partial void OnWorkPackIdChanging(string value);
@@ -275891,20 +275726,18 @@ namespace Model
partial void OnRectifyTimeChanged();
partial void OnInspectUserChanging(string value);
partial void OnInspectUserChanged();
+ partial void OnHandleUserChanging(string value);
+ partial void OnHandleUserChanged();
partial void OnApproveUserChanging(string value);
partial void OnApproveUserChanged();
+ partial void OnAdjustCompleteTimeChanging(System.Nullable value);
+ partial void OnAdjustCompleteTimeChanged();
partial void OnApproveStateChanging(System.Nullable value);
partial void OnApproveStateChanged();
partial void OnAddUserChanging(string value);
partial void OnAddUserChanged();
partial void OnAddTimeChanging(System.Nullable value);
partial void OnAddTimeChanged();
- partial void OnHandleUserChanging(string value);
- partial void OnHandleUserChanged();
- partial void OnAdjustCompleteTimeChanging(System.Nullable value);
- partial void OnAdjustCompleteTimeChanged();
- partial void OnSubInspectIdChanging(string value);
- partial void OnSubInspectIdChanged();
#endregion
public PreRun_InspectTailTerm()
@@ -276032,22 +275865,22 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QuestionTechnologyId", DbType="VarChar(50)")]
- public string QuestionTechnologyId
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubInspectId", DbType="VarChar(50)")]
+ public string SubInspectId
{
get
{
- return this._QuestionTechnologyId;
+ return this._SubInspectId;
}
set
{
- if ((this._QuestionTechnologyId != value))
+ if ((this._SubInspectId != value))
{
- this.OnQuestionTechnologyIdChanging(value);
+ this.OnSubInspectIdChanging(value);
this.SendPropertyChanging();
- this._QuestionTechnologyId = value;
- this.SendPropertyChanged("QuestionTechnologyId");
- this.OnQuestionTechnologyIdChanged();
+ this._SubInspectId = value;
+ this.SendPropertyChanged("SubInspectId");
+ this.OnSubInspectIdChanged();
}
}
}
@@ -276172,6 +276005,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HandleUser", DbType="VarChar(50)")]
+ public string HandleUser
+ {
+ get
+ {
+ return this._HandleUser;
+ }
+ set
+ {
+ if ((this._HandleUser != value))
+ {
+ this.OnHandleUserChanging(value);
+ this.SendPropertyChanging();
+ this._HandleUser = value;
+ this.SendPropertyChanged("HandleUser");
+ this.OnHandleUserChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveUser", DbType="VarChar(50)")]
public string ApproveUser
{
@@ -276192,6 +276045,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AdjustCompleteTime", DbType="DateTime")]
+ public System.Nullable AdjustCompleteTime
+ {
+ get
+ {
+ return this._AdjustCompleteTime;
+ }
+ set
+ {
+ if ((this._AdjustCompleteTime != value))
+ {
+ this.OnAdjustCompleteTimeChanging(value);
+ this.SendPropertyChanging();
+ this._AdjustCompleteTime = value;
+ this.SendPropertyChanged("AdjustCompleteTime");
+ this.OnAdjustCompleteTimeChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveState", DbType="Int")]
public System.Nullable ApproveState
{
@@ -276252,66 +276125,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HandleUser", DbType="VarChar(50)")]
- public string HandleUser
- {
- get
- {
- return this._HandleUser;
- }
- set
- {
- if ((this._HandleUser != value))
- {
- this.OnHandleUserChanging(value);
- this.SendPropertyChanging();
- this._HandleUser = value;
- this.SendPropertyChanged("HandleUser");
- this.OnHandleUserChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AdjustCompleteTime", DbType="DateTime")]
- public System.Nullable AdjustCompleteTime
- {
- get
- {
- return this._AdjustCompleteTime;
- }
- set
- {
- if ((this._AdjustCompleteTime != value))
- {
- this.OnAdjustCompleteTimeChanging(value);
- this.SendPropertyChanging();
- this._AdjustCompleteTime = value;
- this.SendPropertyChanged("AdjustCompleteTime");
- this.OnAdjustCompleteTimeChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubInspectId", DbType="NVarChar(50)")]
- public string SubInspectId
- {
- get
- {
- return this._SubInspectId;
- }
- set
- {
- if ((this._SubInspectId != value))
- {
- this.OnSubInspectIdChanging(value);
- this.SendPropertyChanging();
- this._SubInspectId = value;
- this.SendPropertyChanged("SubInspectId");
- this.OnSubInspectIdChanged();
- }
- }
- }
-
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -276353,14 +276166,14 @@ namespace Model
private string _ApproveUser;
+ private System.Nullable _ApproveType;
+
private System.Nullable _ApproveState;
private string _AddUser;
private System.Nullable _AddTime;
- private System.Nullable _ApproveType;
-
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -276379,14 +276192,14 @@ namespace Model
partial void OnApproveTimeChanged();
partial void OnApproveUserChanging(string value);
partial void OnApproveUserChanged();
+ partial void OnApproveTypeChanging(System.Nullable value);
+ partial void OnApproveTypeChanged();
partial void OnApproveStateChanging(System.Nullable value);
partial void OnApproveStateChanged();
partial void OnAddUserChanging(string value);
partial void OnAddUserChanged();
partial void OnAddTimeChanging(System.Nullable value);
partial void OnAddTimeChanged();
- partial void OnApproveTypeChanging(System.Nullable value);
- partial void OnApproveTypeChanged();
#endregion
public PreRun_InspectTermApproveRecords()
@@ -276534,6 +276347,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveType", DbType="Int")]
+ public System.Nullable ApproveType
+ {
+ get
+ {
+ return this._ApproveType;
+ }
+ set
+ {
+ if ((this._ApproveType != value))
+ {
+ this.OnApproveTypeChanging(value);
+ this.SendPropertyChanging();
+ this._ApproveType = value;
+ this.SendPropertyChanged("ApproveType");
+ this.OnApproveTypeChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveState", DbType="Int")]
public System.Nullable ApproveState
{
@@ -276594,26 +276427,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ApproveType", DbType="Int")]
- public System.Nullable ApproveType
- {
- get
- {
- return this._ApproveType;
- }
- set
- {
- if ((this._ApproveType != value))
- {
- this.OnApproveTypeChanging(value);
- this.SendPropertyChanging();
- this._ApproveType = value;
- this.SendPropertyChanged("ApproveType");
- this.OnApproveTypeChanged();
- }
- }
- }
-
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -277546,7 +277359,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string Remark
{
get
@@ -277669,12 +277482,6 @@ namespace Model
private string _InspectResult;
- private System.Nullable _InspectTime;
-
- private string _AddUser;
-
- private System.Nullable _AddTime;
-
private string _Subcontractor;
private string _Contractor;
@@ -277683,12 +277490,6 @@ namespace Model
private string _Owner;
- private System.Nullable _IsUnifyWanderAbout;
-
- private System.Nullable _UnifyWanderAboutData;
-
- private string _UnifyWanderAboutOpinion;
-
private System.Nullable _InspectionIsAllPass;
private System.Nullable _SubcontractorIsAllPass;
@@ -277699,7 +277500,9 @@ namespace Model
private System.Nullable _OwnerIsAllPass;
- private System.Nullable _WanderIsComplete;
+ private System.Nullable _WorkPackType;
+
+ private string _PropertyTechnologyId;
private System.Nullable _SubcontractorAllPassData;
@@ -277709,25 +277512,35 @@ namespace Model
private System.Nullable _OwnerAllPassData;
- private System.Nullable _WanderCompleteData;
+ private System.Nullable _WanderIsComplete;
- private System.Nullable _WorkPackType;
+ private System.Nullable _WanderCompleteData;
private System.Nullable _IsSiteImplement;
- private System.Nullable _InspectIsClose;
-
- private System.Nullable _InspectCloseData;
-
- private string _InspectIsCloseUser;
-
- private string _PropertyTechnologyId;
-
- private System.Nullable _RecordUploadData;
+ private string _SiteImplementUser;
private System.Nullable _SiteImplementConfirmData;
- private string _SiteImplementUser;
+ private System.Nullable _RecordUploadData;
+
+ private System.Nullable _InspectIsClose;
+
+ private string _InspectIsCloseUser;
+
+ private System.Nullable _InspectCloseData;
+
+ private System.Nullable _IsUnifyWanderAbout;
+
+ private System.Nullable _UnifyWanderAboutData;
+
+ private string _UnifyWanderAboutOpinion;
+
+ private System.Nullable _InspectTime;
+
+ private string _AddUser;
+
+ private System.Nullable _AddTime;
#region 可扩展性方法定义
partial void OnLoaded();
@@ -277749,12 +277562,6 @@ namespace Model
partial void OnWorkPackIdChanged();
partial void OnInspectResultChanging(string value);
partial void OnInspectResultChanged();
- partial void OnInspectTimeChanging(System.Nullable value);
- partial void OnInspectTimeChanged();
- partial void OnAddUserChanging(string value);
- partial void OnAddUserChanged();
- partial void OnAddTimeChanging(System.Nullable value);
- partial void OnAddTimeChanged();
partial void OnSubcontractorChanging(string value);
partial void OnSubcontractorChanged();
partial void OnContractorChanging(string value);
@@ -277763,12 +277570,6 @@ namespace Model
partial void OnSupervisionChanged();
partial void OnOwnerChanging(string value);
partial void OnOwnerChanged();
- partial void OnIsUnifyWanderAboutChanging(System.Nullable value);
- partial void OnIsUnifyWanderAboutChanged();
- partial void OnUnifyWanderAboutDataChanging(System.Nullable value);
- partial void OnUnifyWanderAboutDataChanged();
- partial void OnUnifyWanderAboutOpinionChanging(string value);
- partial void OnUnifyWanderAboutOpinionChanged();
partial void OnInspectionIsAllPassChanging(System.Nullable value);
partial void OnInspectionIsAllPassChanged();
partial void OnSubcontractorIsAllPassChanging(System.Nullable value);
@@ -277779,8 +277580,10 @@ namespace Model
partial void OnSupervisionIsAllPassChanged();
partial void OnOwnerIsAllPassChanging(System.Nullable value);
partial void OnOwnerIsAllPassChanged();
- partial void OnWanderIsCompleteChanging(System.Nullable value);
- partial void OnWanderIsCompleteChanged();
+ partial void OnWorkPackTypeChanging(System.Nullable value);
+ partial void OnWorkPackTypeChanged();
+ partial void OnPropertyTechnologyIdChanging(string value);
+ partial void OnPropertyTechnologyIdChanged();
partial void OnSubcontractorAllPassDataChanging(System.Nullable value);
partial void OnSubcontractorAllPassDataChanged();
partial void OnContractorAllPassDataChanging(System.Nullable value);
@@ -277789,26 +277592,36 @@ namespace Model
partial void OnSupervisionAllPassDataChanged();
partial void OnOwnerAllPassDataChanging(System.Nullable value);
partial void OnOwnerAllPassDataChanged();
+ partial void OnWanderIsCompleteChanging(System.Nullable value);
+ partial void OnWanderIsCompleteChanged();
partial void OnWanderCompleteDataChanging(System.Nullable value);
partial void OnWanderCompleteDataChanged();
- partial void OnWorkPackTypeChanging(System.Nullable value);
- partial void OnWorkPackTypeChanged();
partial void OnIsSiteImplementChanging(System.Nullable value);
partial void OnIsSiteImplementChanged();
- partial void OnInspectIsCloseChanging(System.Nullable value);
- partial void OnInspectIsCloseChanged();
- partial void OnInspectCloseDataChanging(System.Nullable value);
- partial void OnInspectCloseDataChanged();
- partial void OnInspectIsCloseUserChanging(string value);
- partial void OnInspectIsCloseUserChanged();
- partial void OnPropertyTechnologyIdChanging(string value);
- partial void OnPropertyTechnologyIdChanged();
- partial void OnRecordUploadDataChanging(System.Nullable value);
- partial void OnRecordUploadDataChanged();
- partial void OnSiteImplementConfirmDataChanging(System.Nullable value);
- partial void OnSiteImplementConfirmDataChanged();
partial void OnSiteImplementUserChanging(string value);
partial void OnSiteImplementUserChanged();
+ partial void OnSiteImplementConfirmDataChanging(System.Nullable value);
+ partial void OnSiteImplementConfirmDataChanged();
+ partial void OnRecordUploadDataChanging(System.Nullable value);
+ partial void OnRecordUploadDataChanged();
+ partial void OnInspectIsCloseChanging(System.Nullable value);
+ partial void OnInspectIsCloseChanged();
+ partial void OnInspectIsCloseUserChanging(string value);
+ partial void OnInspectIsCloseUserChanged();
+ partial void OnInspectCloseDataChanging(System.Nullable value);
+ partial void OnInspectCloseDataChanged();
+ partial void OnIsUnifyWanderAboutChanging(System.Nullable value);
+ partial void OnIsUnifyWanderAboutChanged();
+ partial void OnUnifyWanderAboutDataChanging(System.Nullable value);
+ partial void OnUnifyWanderAboutDataChanged();
+ partial void OnUnifyWanderAboutOpinionChanging(string value);
+ partial void OnUnifyWanderAboutOpinionChanged();
+ partial void OnInspectTimeChanging(System.Nullable value);
+ partial void OnInspectTimeChanged();
+ partial void OnAddUserChanging(string value);
+ partial void OnAddUserChanged();
+ partial void OnAddTimeChanging(System.Nullable value);
+ partial void OnAddTimeChanged();
#endregion
public PreRun_SubInspectTerm()
@@ -277976,66 +277789,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectTime", DbType="DateTime")]
- public System.Nullable InspectTime
- {
- get
- {
- return this._InspectTime;
- }
- set
- {
- if ((this._InspectTime != value))
- {
- this.OnInspectTimeChanging(value);
- this.SendPropertyChanging();
- this._InspectTime = value;
- this.SendPropertyChanged("InspectTime");
- this.OnInspectTimeChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
- public string AddUser
- {
- get
- {
- return this._AddUser;
- }
- set
- {
- if ((this._AddUser != value))
- {
- this.OnAddUserChanging(value);
- this.SendPropertyChanging();
- this._AddUser = value;
- this.SendPropertyChanged("AddUser");
- this.OnAddUserChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
- public System.Nullable AddTime
- {
- get
- {
- return this._AddTime;
- }
- set
- {
- if ((this._AddTime != value))
- {
- this.OnAddTimeChanging(value);
- this.SendPropertyChanging();
- this._AddTime = value;
- this.SendPropertyChanged("AddTime");
- this.OnAddTimeChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subcontractor", DbType="VarChar(50)")]
public string Subcontractor
{
@@ -278116,66 +277869,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUnifyWanderAbout", DbType="Int")]
- public System.Nullable IsUnifyWanderAbout
- {
- get
- {
- return this._IsUnifyWanderAbout;
- }
- set
- {
- if ((this._IsUnifyWanderAbout != value))
- {
- this.OnIsUnifyWanderAboutChanging(value);
- this.SendPropertyChanging();
- this._IsUnifyWanderAbout = value;
- this.SendPropertyChanged("IsUnifyWanderAbout");
- this.OnIsUnifyWanderAboutChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnifyWanderAboutData", DbType="DateTime")]
- public System.Nullable UnifyWanderAboutData
- {
- get
- {
- return this._UnifyWanderAboutData;
- }
- set
- {
- if ((this._UnifyWanderAboutData != value))
- {
- this.OnUnifyWanderAboutDataChanging(value);
- this.SendPropertyChanging();
- this._UnifyWanderAboutData = value;
- this.SendPropertyChanged("UnifyWanderAboutData");
- this.OnUnifyWanderAboutDataChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnifyWanderAboutOpinion", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
- public string UnifyWanderAboutOpinion
- {
- get
- {
- return this._UnifyWanderAboutOpinion;
- }
- set
- {
- if ((this._UnifyWanderAboutOpinion != value))
- {
- this.OnUnifyWanderAboutOpinionChanging(value);
- this.SendPropertyChanging();
- this._UnifyWanderAboutOpinion = value;
- this.SendPropertyChanged("UnifyWanderAboutOpinion");
- this.OnUnifyWanderAboutOpinionChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionIsAllPass", DbType="Int")]
public System.Nullable InspectionIsAllPass
{
@@ -278276,22 +277969,42 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WanderIsComplete", DbType="Int")]
- public System.Nullable WanderIsComplete
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
+ public System.Nullable WorkPackType
{
get
{
- return this._WanderIsComplete;
+ return this._WorkPackType;
}
set
{
- if ((this._WanderIsComplete != value))
+ if ((this._WorkPackType != value))
{
- this.OnWanderIsCompleteChanging(value);
+ this.OnWorkPackTypeChanging(value);
this.SendPropertyChanging();
- this._WanderIsComplete = value;
- this.SendPropertyChanged("WanderIsComplete");
- this.OnWanderIsCompleteChanged();
+ this._WorkPackType = value;
+ this.SendPropertyChanged("WorkPackType");
+ this.OnWorkPackTypeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ public string PropertyTechnologyId
+ {
+ get
+ {
+ return this._PropertyTechnologyId;
+ }
+ set
+ {
+ if ((this._PropertyTechnologyId != value))
+ {
+ this.OnPropertyTechnologyIdChanging(value);
+ this.SendPropertyChanging();
+ this._PropertyTechnologyId = value;
+ this.SendPropertyChanged("PropertyTechnologyId");
+ this.OnPropertyTechnologyIdChanged();
}
}
}
@@ -278376,6 +278089,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WanderIsComplete", DbType="Int")]
+ public System.Nullable WanderIsComplete
+ {
+ get
+ {
+ return this._WanderIsComplete;
+ }
+ set
+ {
+ if ((this._WanderIsComplete != value))
+ {
+ this.OnWanderIsCompleteChanging(value);
+ this.SendPropertyChanging();
+ this._WanderIsComplete = value;
+ this.SendPropertyChanged("WanderIsComplete");
+ this.OnWanderIsCompleteChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WanderCompleteData", DbType="DateTime")]
public System.Nullable WanderCompleteData
{
@@ -278396,26 +278129,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
- public System.Nullable WorkPackType
- {
- get
- {
- return this._WorkPackType;
- }
- set
- {
- if ((this._WorkPackType != value))
- {
- this.OnWorkPackTypeChanging(value);
- this.SendPropertyChanging();
- this._WorkPackType = value;
- this.SendPropertyChanged("WorkPackType");
- this.OnWorkPackTypeChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsSiteImplement", DbType="Int")]
public System.Nullable IsSiteImplement
{
@@ -278436,102 +278149,22 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectIsClose", DbType="Int")]
- public System.Nullable InspectIsClose
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SiteImplementUser", DbType="VarChar(50)")]
+ public string SiteImplementUser
{
get
{
- return this._InspectIsClose;
+ return this._SiteImplementUser;
}
set
{
- if ((this._InspectIsClose != value))
+ if ((this._SiteImplementUser != value))
{
- this.OnInspectIsCloseChanging(value);
+ this.OnSiteImplementUserChanging(value);
this.SendPropertyChanging();
- this._InspectIsClose = value;
- this.SendPropertyChanged("InspectIsClose");
- this.OnInspectIsCloseChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectCloseData", DbType="DateTime")]
- public System.Nullable InspectCloseData
- {
- get
- {
- return this._InspectCloseData;
- }
- set
- {
- if ((this._InspectCloseData != value))
- {
- this.OnInspectCloseDataChanging(value);
- this.SendPropertyChanging();
- this._InspectCloseData = value;
- this.SendPropertyChanged("InspectCloseData");
- this.OnInspectCloseDataChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectIsCloseUser", DbType="NVarChar(50)")]
- public string InspectIsCloseUser
- {
- get
- {
- return this._InspectIsCloseUser;
- }
- set
- {
- if ((this._InspectIsCloseUser != value))
- {
- this.OnInspectIsCloseUserChanging(value);
- this.SendPropertyChanging();
- this._InspectIsCloseUser = value;
- this.SendPropertyChanged("InspectIsCloseUser");
- this.OnInspectIsCloseUserChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="NVarChar(500)")]
- public string PropertyTechnologyId
- {
- get
- {
- return this._PropertyTechnologyId;
- }
- set
- {
- if ((this._PropertyTechnologyId != value))
- {
- this.OnPropertyTechnologyIdChanging(value);
- this.SendPropertyChanging();
- this._PropertyTechnologyId = value;
- this.SendPropertyChanged("PropertyTechnologyId");
- this.OnPropertyTechnologyIdChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordUploadData", DbType="DateTime")]
- public System.Nullable RecordUploadData
- {
- get
- {
- return this._RecordUploadData;
- }
- set
- {
- if ((this._RecordUploadData != value))
- {
- this.OnRecordUploadDataChanging(value);
- this.SendPropertyChanging();
- this._RecordUploadData = value;
- this.SendPropertyChanged("RecordUploadData");
- this.OnRecordUploadDataChanged();
+ this._SiteImplementUser = value;
+ this.SendPropertyChanged("SiteImplementUser");
+ this.OnSiteImplementUserChanged();
}
}
}
@@ -278556,22 +278189,202 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SiteImplementUser", DbType="NVarChar(50)")]
- public string SiteImplementUser
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordUploadData", DbType="DateTime")]
+ public System.Nullable RecordUploadData
{
get
{
- return this._SiteImplementUser;
+ return this._RecordUploadData;
}
set
{
- if ((this._SiteImplementUser != value))
+ if ((this._RecordUploadData != value))
{
- this.OnSiteImplementUserChanging(value);
+ this.OnRecordUploadDataChanging(value);
this.SendPropertyChanging();
- this._SiteImplementUser = value;
- this.SendPropertyChanged("SiteImplementUser");
- this.OnSiteImplementUserChanged();
+ this._RecordUploadData = value;
+ this.SendPropertyChanged("RecordUploadData");
+ this.OnRecordUploadDataChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectIsClose", DbType="Int")]
+ public System.Nullable InspectIsClose
+ {
+ get
+ {
+ return this._InspectIsClose;
+ }
+ set
+ {
+ if ((this._InspectIsClose != value))
+ {
+ this.OnInspectIsCloseChanging(value);
+ this.SendPropertyChanging();
+ this._InspectIsClose = value;
+ this.SendPropertyChanged("InspectIsClose");
+ this.OnInspectIsCloseChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectIsCloseUser", DbType="VarChar(50)")]
+ public string InspectIsCloseUser
+ {
+ get
+ {
+ return this._InspectIsCloseUser;
+ }
+ set
+ {
+ if ((this._InspectIsCloseUser != value))
+ {
+ this.OnInspectIsCloseUserChanging(value);
+ this.SendPropertyChanging();
+ this._InspectIsCloseUser = value;
+ this.SendPropertyChanged("InspectIsCloseUser");
+ this.OnInspectIsCloseUserChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectCloseData", DbType="DateTime")]
+ public System.Nullable InspectCloseData
+ {
+ get
+ {
+ return this._InspectCloseData;
+ }
+ set
+ {
+ if ((this._InspectCloseData != value))
+ {
+ this.OnInspectCloseDataChanging(value);
+ this.SendPropertyChanging();
+ this._InspectCloseData = value;
+ this.SendPropertyChanged("InspectCloseData");
+ this.OnInspectCloseDataChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsUnifyWanderAbout", DbType="Int")]
+ public System.Nullable IsUnifyWanderAbout
+ {
+ get
+ {
+ return this._IsUnifyWanderAbout;
+ }
+ set
+ {
+ if ((this._IsUnifyWanderAbout != value))
+ {
+ this.OnIsUnifyWanderAboutChanging(value);
+ this.SendPropertyChanging();
+ this._IsUnifyWanderAbout = value;
+ this.SendPropertyChanged("IsUnifyWanderAbout");
+ this.OnIsUnifyWanderAboutChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnifyWanderAboutData", DbType="DateTime")]
+ public System.Nullable UnifyWanderAboutData
+ {
+ get
+ {
+ return this._UnifyWanderAboutData;
+ }
+ set
+ {
+ if ((this._UnifyWanderAboutData != value))
+ {
+ this.OnUnifyWanderAboutDataChanging(value);
+ this.SendPropertyChanging();
+ this._UnifyWanderAboutData = value;
+ this.SendPropertyChanged("UnifyWanderAboutData");
+ this.OnUnifyWanderAboutDataChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnifyWanderAboutOpinion", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ public string UnifyWanderAboutOpinion
+ {
+ get
+ {
+ return this._UnifyWanderAboutOpinion;
+ }
+ set
+ {
+ if ((this._UnifyWanderAboutOpinion != value))
+ {
+ this.OnUnifyWanderAboutOpinionChanging(value);
+ this.SendPropertyChanging();
+ this._UnifyWanderAboutOpinion = value;
+ this.SendPropertyChanged("UnifyWanderAboutOpinion");
+ this.OnUnifyWanderAboutOpinionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectTime", DbType="DateTime")]
+ public System.Nullable InspectTime
+ {
+ get
+ {
+ return this._InspectTime;
+ }
+ set
+ {
+ if ((this._InspectTime != value))
+ {
+ this.OnInspectTimeChanging(value);
+ this.SendPropertyChanging();
+ this._InspectTime = value;
+ this.SendPropertyChanged("InspectTime");
+ this.OnInspectTimeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddUser", DbType="VarChar(50)")]
+ public string AddUser
+ {
+ get
+ {
+ return this._AddUser;
+ }
+ set
+ {
+ if ((this._AddUser != value))
+ {
+ this.OnAddUserChanging(value);
+ this.SendPropertyChanging();
+ this._AddUser = value;
+ this.SendPropertyChanged("AddUser");
+ this.OnAddUserChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AddTime", DbType="DateTime")]
+ public System.Nullable AddTime
+ {
+ get
+ {
+ return this._AddTime;
+ }
+ set
+ {
+ if ((this._AddTime != value))
+ {
+ this.OnAddTimeChanging(value);
+ this.SendPropertyChanging();
+ this._AddTime = value;
+ this.SendPropertyChanged("AddTime");
+ this.OnAddTimeChanged();
}
}
}
@@ -278639,6 +278452,22 @@ namespace Model
private string _Owner;
+ private System.Nullable _SubcontractorIsPass;
+
+ private System.Nullable _ContractorIsPass;
+
+ private System.Nullable _SupervisionIsPass;
+
+ private System.Nullable _OwnerIsPass;
+
+ private string _SubcontractorRemark;
+
+ private string _ContractorRemark;
+
+ private string _SupervisionRemark;
+
+ private string _OwnerRemark;
+
private System.Nullable _WorkPackType;
private string _PropertyTechnologyId;
@@ -278651,22 +278480,6 @@ namespace Model
private System.Nullable _Sort;
- private string _SubcontractorRemark;
-
- private string _ContractorRemark;
-
- private string _SupervisionRemark;
-
- private string _OwnerRemark;
-
- private System.Nullable _SubcontractorIsPass;
-
- private System.Nullable _ContractorIsPass;
-
- private System.Nullable _SupervisionIsPass;
-
- private System.Nullable _OwnerIsPass;
-
#region 可扩展性方法定义
partial void OnLoaded();
partial void OnValidate(System.Data.Linq.ChangeAction action);
@@ -278707,6 +278520,22 @@ namespace Model
partial void OnSupervisionChanged();
partial void OnOwnerChanging(string value);
partial void OnOwnerChanged();
+ partial void OnSubcontractorIsPassChanging(System.Nullable value);
+ partial void OnSubcontractorIsPassChanged();
+ partial void OnContractorIsPassChanging(System.Nullable value);
+ partial void OnContractorIsPassChanged();
+ partial void OnSupervisionIsPassChanging(System.Nullable value);
+ partial void OnSupervisionIsPassChanged();
+ partial void OnOwnerIsPassChanging(System.Nullable value);
+ partial void OnOwnerIsPassChanged();
+ partial void OnSubcontractorRemarkChanging(string value);
+ partial void OnSubcontractorRemarkChanged();
+ partial void OnContractorRemarkChanging(string value);
+ partial void OnContractorRemarkChanged();
+ partial void OnSupervisionRemarkChanging(string value);
+ partial void OnSupervisionRemarkChanged();
+ partial void OnOwnerRemarkChanging(string value);
+ partial void OnOwnerRemarkChanged();
partial void OnWorkPackTypeChanging(System.Nullable value);
partial void OnWorkPackTypeChanged();
partial void OnPropertyTechnologyIdChanging(string value);
@@ -278719,22 +278548,6 @@ namespace Model
partial void OnAddTimeChanged();
partial void OnSortChanging(System.Nullable value);
partial void OnSortChanged();
- partial void OnSubcontractorRemarkChanging(string value);
- partial void OnSubcontractorRemarkChanged();
- partial void OnContractorRemarkChanging(string value);
- partial void OnContractorRemarkChanged();
- partial void OnSupervisionRemarkChanging(string value);
- partial void OnSupervisionRemarkChanged();
- partial void OnOwnerRemarkChanging(string value);
- partial void OnOwnerRemarkChanged();
- partial void OnSubcontractorIsPassChanging(System.Nullable value);
- partial void OnSubcontractorIsPassChanged();
- partial void OnContractorIsPassChanging(System.Nullable value);
- partial void OnContractorIsPassChanged();
- partial void OnSupervisionIsPassChanging(System.Nullable value);
- partial void OnSupervisionIsPassChanged();
- partial void OnOwnerIsPassChanging(System.Nullable value);
- partial void OnOwnerIsPassChanged();
#endregion
public PreRun_SubInspectTermItem()
@@ -279102,6 +278915,166 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorIsPass", DbType="Int")]
+ public System.Nullable SubcontractorIsPass
+ {
+ get
+ {
+ return this._SubcontractorIsPass;
+ }
+ set
+ {
+ if ((this._SubcontractorIsPass != value))
+ {
+ this.OnSubcontractorIsPassChanging(value);
+ this.SendPropertyChanging();
+ this._SubcontractorIsPass = value;
+ this.SendPropertyChanged("SubcontractorIsPass");
+ this.OnSubcontractorIsPassChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorIsPass", DbType="Int")]
+ public System.Nullable ContractorIsPass
+ {
+ get
+ {
+ return this._ContractorIsPass;
+ }
+ set
+ {
+ if ((this._ContractorIsPass != value))
+ {
+ this.OnContractorIsPassChanging(value);
+ this.SendPropertyChanging();
+ this._ContractorIsPass = value;
+ this.SendPropertyChanged("ContractorIsPass");
+ this.OnContractorIsPassChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SupervisionIsPass", DbType="Int")]
+ public System.Nullable SupervisionIsPass
+ {
+ get
+ {
+ return this._SupervisionIsPass;
+ }
+ set
+ {
+ if ((this._SupervisionIsPass != value))
+ {
+ this.OnSupervisionIsPassChanging(value);
+ this.SendPropertyChanging();
+ this._SupervisionIsPass = value;
+ this.SendPropertyChanged("SupervisionIsPass");
+ this.OnSupervisionIsPassChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OwnerIsPass", DbType="Int")]
+ public System.Nullable OwnerIsPass
+ {
+ get
+ {
+ return this._OwnerIsPass;
+ }
+ set
+ {
+ if ((this._OwnerIsPass != value))
+ {
+ this.OnOwnerIsPassChanging(value);
+ this.SendPropertyChanging();
+ this._OwnerIsPass = value;
+ this.SendPropertyChanged("OwnerIsPass");
+ this.OnOwnerIsPassChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorRemark", DbType="VarChar(1000)")]
+ public string SubcontractorRemark
+ {
+ get
+ {
+ return this._SubcontractorRemark;
+ }
+ set
+ {
+ if ((this._SubcontractorRemark != value))
+ {
+ this.OnSubcontractorRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._SubcontractorRemark = value;
+ this.SendPropertyChanged("SubcontractorRemark");
+ this.OnSubcontractorRemarkChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorRemark", DbType="VarChar(1000)")]
+ public string ContractorRemark
+ {
+ get
+ {
+ return this._ContractorRemark;
+ }
+ set
+ {
+ if ((this._ContractorRemark != value))
+ {
+ this.OnContractorRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._ContractorRemark = value;
+ this.SendPropertyChanged("ContractorRemark");
+ this.OnContractorRemarkChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SupervisionRemark", DbType="VarChar(1000)")]
+ public string SupervisionRemark
+ {
+ get
+ {
+ return this._SupervisionRemark;
+ }
+ set
+ {
+ if ((this._SupervisionRemark != value))
+ {
+ this.OnSupervisionRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._SupervisionRemark = value;
+ this.SendPropertyChanged("SupervisionRemark");
+ this.OnSupervisionRemarkChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OwnerRemark", DbType="VarChar(1000)")]
+ public string OwnerRemark
+ {
+ get
+ {
+ return this._OwnerRemark;
+ }
+ set
+ {
+ if ((this._OwnerRemark != value))
+ {
+ this.OnOwnerRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._OwnerRemark = value;
+ this.SendPropertyChanged("OwnerRemark");
+ this.OnOwnerRemarkChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkPackType", DbType="Int")]
public System.Nullable WorkPackType
{
@@ -279122,7 +279095,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(50)")]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string PropertyTechnologyId
{
get
@@ -279222,166 +279195,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorRemark", DbType="VarChar(1000)")]
- public string SubcontractorRemark
- {
- get
- {
- return this._SubcontractorRemark;
- }
- set
- {
- if ((this._SubcontractorRemark != value))
- {
- this.OnSubcontractorRemarkChanging(value);
- this.SendPropertyChanging();
- this._SubcontractorRemark = value;
- this.SendPropertyChanged("SubcontractorRemark");
- this.OnSubcontractorRemarkChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorRemark", DbType="VarChar(1000)")]
- public string ContractorRemark
- {
- get
- {
- return this._ContractorRemark;
- }
- set
- {
- if ((this._ContractorRemark != value))
- {
- this.OnContractorRemarkChanging(value);
- this.SendPropertyChanging();
- this._ContractorRemark = value;
- this.SendPropertyChanged("ContractorRemark");
- this.OnContractorRemarkChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SupervisionRemark", DbType="VarChar(1000)")]
- public string SupervisionRemark
- {
- get
- {
- return this._SupervisionRemark;
- }
- set
- {
- if ((this._SupervisionRemark != value))
- {
- this.OnSupervisionRemarkChanging(value);
- this.SendPropertyChanging();
- this._SupervisionRemark = value;
- this.SendPropertyChanged("SupervisionRemark");
- this.OnSupervisionRemarkChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OwnerRemark", DbType="VarChar(1000)")]
- public string OwnerRemark
- {
- get
- {
- return this._OwnerRemark;
- }
- set
- {
- if ((this._OwnerRemark != value))
- {
- this.OnOwnerRemarkChanging(value);
- this.SendPropertyChanging();
- this._OwnerRemark = value;
- this.SendPropertyChanged("OwnerRemark");
- this.OnOwnerRemarkChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorIsPass", DbType="Int")]
- public System.Nullable SubcontractorIsPass
- {
- get
- {
- return this._SubcontractorIsPass;
- }
- set
- {
- if ((this._SubcontractorIsPass != value))
- {
- this.OnSubcontractorIsPassChanging(value);
- this.SendPropertyChanging();
- this._SubcontractorIsPass = value;
- this.SendPropertyChanged("SubcontractorIsPass");
- this.OnSubcontractorIsPassChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorIsPass", DbType="Int")]
- public System.Nullable ContractorIsPass
- {
- get
- {
- return this._ContractorIsPass;
- }
- set
- {
- if ((this._ContractorIsPass != value))
- {
- this.OnContractorIsPassChanging(value);
- this.SendPropertyChanging();
- this._ContractorIsPass = value;
- this.SendPropertyChanged("ContractorIsPass");
- this.OnContractorIsPassChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SupervisionIsPass", DbType="Int")]
- public System.Nullable SupervisionIsPass
- {
- get
- {
- return this._SupervisionIsPass;
- }
- set
- {
- if ((this._SupervisionIsPass != value))
- {
- this.OnSupervisionIsPassChanging(value);
- this.SendPropertyChanging();
- this._SupervisionIsPass = value;
- this.SendPropertyChanged("SupervisionIsPass");
- this.OnSupervisionIsPassChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OwnerIsPass", DbType="Int")]
- public System.Nullable OwnerIsPass
- {
- get
- {
- return this._OwnerIsPass;
- }
- set
- {
- if ((this._OwnerIsPass != value))
- {
- this.OnOwnerIsPassChanging(value);
- this.SendPropertyChanging();
- this._OwnerIsPass = value;
- this.SendPropertyChanged("OwnerIsPass");
- this.OnOwnerIsPassChanged();
- }
- }
- }
-
public event PropertyChangingEventHandler PropertyChanging;
public event PropertyChangedEventHandler PropertyChanged;
@@ -280383,6 +280196,8 @@ namespace Model
private string _RestrictCondition;
+ private System.Nullable _ResponsibilityProposeSatate;
+
private System.Nullable _ResponsibilityConfirm;
private System.Nullable _ProposeConfirm;
@@ -280393,9 +280208,11 @@ namespace Model
private System.Nullable _OwnerConfirm;
+ private System.Nullable _ProposeConfirmData;
+
private System.Nullable _ResponsibilityConfirmData;
- private System.Nullable _ProposeConfirmData;
+ private System.Nullable _ProposeHandleData;
private System.Nullable _GeneraConfirmData;
@@ -280411,10 +280228,6 @@ namespace Model
private System.Nullable _Sort;
- private System.Nullable _ResponsibilityProposeSatate;
-
- private System.Nullable _ProposeHandleData;
-
private string _FourDecisionCode;
#region 可扩展性方法定义
@@ -280451,6 +280264,8 @@ namespace Model
partial void OnRealityDestructionTimeChanged();
partial void OnRestrictConditionChanging(string value);
partial void OnRestrictConditionChanged();
+ partial void OnResponsibilityProposeSatateChanging(System.Nullable value);
+ partial void OnResponsibilityProposeSatateChanged();
partial void OnResponsibilityConfirmChanging(System.Nullable value);
partial void OnResponsibilityConfirmChanged();
partial void OnProposeConfirmChanging(System.Nullable value);
@@ -280461,10 +280276,12 @@ namespace Model
partial void OnSupervisionConfirmChanged();
partial void OnOwnerConfirmChanging(System.Nullable value);
partial void OnOwnerConfirmChanged();
- partial void OnResponsibilityConfirmDataChanging(System.Nullable value);
- partial void OnResponsibilityConfirmDataChanged();
partial void OnProposeConfirmDataChanging(System.Nullable value);
partial void OnProposeConfirmDataChanged();
+ partial void OnResponsibilityConfirmDataChanging(System.Nullable value);
+ partial void OnResponsibilityConfirmDataChanged();
+ partial void OnProposeHandleDataChanging(System.Nullable value);
+ partial void OnProposeHandleDataChanged();
partial void OnGeneraConfirmDataChanging(System.Nullable value);
partial void OnGeneraConfirmDataChanged();
partial void OnSupervisionConfirmDataChanging(System.Nullable value);
@@ -280479,10 +280296,6 @@ namespace Model
partial void OnAddTimeChanged();
partial void OnSortChanging(System.Nullable value);
partial void OnSortChanged();
- partial void OnResponsibilityProposeSatateChanging(System.Nullable value);
- partial void OnResponsibilityProposeSatateChanged();
- partial void OnProposeHandleDataChanging(System.Nullable value);
- partial void OnProposeHandleDataChanged();
partial void OnFourDecisionCodeChanging(string value);
partial void OnFourDecisionCodeChanged();
#endregion
@@ -280792,6 +280605,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityProposeSatate", DbType="Int")]
+ public System.Nullable ResponsibilityProposeSatate
+ {
+ get
+ {
+ return this._ResponsibilityProposeSatate;
+ }
+ set
+ {
+ if ((this._ResponsibilityProposeSatate != value))
+ {
+ this.OnResponsibilityProposeSatateChanging(value);
+ this.SendPropertyChanging();
+ this._ResponsibilityProposeSatate = value;
+ this.SendPropertyChanged("ResponsibilityProposeSatate");
+ this.OnResponsibilityProposeSatateChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityConfirm", DbType="Int")]
public System.Nullable ResponsibilityConfirm
{
@@ -280892,6 +280725,26 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeConfirmData", DbType="DateTime")]
+ public System.Nullable ProposeConfirmData
+ {
+ get
+ {
+ return this._ProposeConfirmData;
+ }
+ set
+ {
+ if ((this._ProposeConfirmData != value))
+ {
+ this.OnProposeConfirmDataChanging(value);
+ this.SendPropertyChanging();
+ this._ProposeConfirmData = value;
+ this.SendPropertyChanged("ProposeConfirmData");
+ this.OnProposeConfirmDataChanged();
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityConfirmData", DbType="DateTime")]
public System.Nullable ResponsibilityConfirmData
{
@@ -280912,22 +280765,22 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeConfirmData", DbType="DateTime")]
- public System.Nullable ProposeConfirmData
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeHandleData", DbType="DateTime")]
+ public System.Nullable ProposeHandleData
{
get
{
- return this._ProposeConfirmData;
+ return this._ProposeHandleData;
}
set
{
- if ((this._ProposeConfirmData != value))
+ if ((this._ProposeHandleData != value))
{
- this.OnProposeConfirmDataChanging(value);
+ this.OnProposeHandleDataChanging(value);
this.SendPropertyChanging();
- this._ProposeConfirmData = value;
- this.SendPropertyChanged("ProposeConfirmData");
- this.OnProposeConfirmDataChanged();
+ this._ProposeHandleData = value;
+ this.SendPropertyChanged("ProposeHandleData");
+ this.OnProposeHandleDataChanged();
}
}
}
@@ -281072,46 +280925,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ResponsibilityProposeSatate", DbType="Int")]
- public System.Nullable ResponsibilityProposeSatate
- {
- get
- {
- return this._ResponsibilityProposeSatate;
- }
- set
- {
- if ((this._ResponsibilityProposeSatate != value))
- {
- this.OnResponsibilityProposeSatateChanging(value);
- this.SendPropertyChanging();
- this._ResponsibilityProposeSatate = value;
- this.SendPropertyChanged("ResponsibilityProposeSatate");
- this.OnResponsibilityProposeSatateChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProposeHandleData", DbType="DateTime")]
- public System.Nullable ProposeHandleData
- {
- get
- {
- return this._ProposeHandleData;
- }
- set
- {
- if ((this._ProposeHandleData != value))
- {
- this.OnProposeHandleDataChanging(value);
- this.SendPropertyChanging();
- this._ProposeHandleData = value;
- this.SendPropertyChanged("ProposeHandleData");
- this.OnProposeHandleDataChanged();
- }
- }
- }
-
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FourDecisionCode", DbType="VarChar(20)")]
public string FourDecisionCode
{
@@ -281824,7 +281637,7 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string Remark
{
get
@@ -317621,164 +317434,6 @@ namespace Model
}
}
- [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Report_CQMS_ProblemHandle")]
- public partial class Report_CQMS_ProblemHandle : INotifyPropertyChanging, INotifyPropertyChanged
- {
-
- private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
-
- private string _Id;
-
- private string _ReportId;
-
- private string _ReType;
-
- private string _UnitName;
-
- private string _ProblemDes;
-
- #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 OnUnitNameChanging(string value);
- partial void OnUnitNameChanged();
- partial void OnProblemDesChanging(string value);
- partial void OnProblemDesChanged();
- #endregion
-
- public Report_CQMS_ProblemHandle()
- {
- 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="NChar(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="_UnitName", DbType="NVarChar(100)")]
- public string UnitName
- {
- get
- {
- return this._UnitName;
- }
- set
- {
- if ((this._UnitName != value))
- {
- this.OnUnitNameChanging(value);
- this.SendPropertyChanging();
- this._UnitName = value;
- this.SendPropertyChanged("UnitName");
- this.OnUnitNameChanged();
- }
- }
- }
-
- [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDes", DbType="NVarChar(100)")]
- public string ProblemDes
- {
- get
- {
- return this._ProblemDes;
- }
- set
- {
- if ((this._ProblemDes != value))
- {
- this.OnProblemDesChanging(value);
- this.SendPropertyChanging();
- this._ProblemDes = value;
- this.SendPropertyChanged("ProblemDes");
- this.OnProblemDesChanged();
- }
- }
- }
-
- 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_CqmsTarget")]
public partial class Report_CqmsTarget : INotifyPropertyChanging, INotifyPropertyChanged
{
@@ -354868,6 +354523,8 @@ namespace Model
private EntitySet _Doc_DocManage;
+ private EntitySet _Doc_DocManageApprove;
+
private EntitySet _Driver_DriverProgress;
private EntitySet _Driver_DriverReport;
@@ -355595,6 +355252,7 @@ namespace Model
this._DataBase_File = new EntitySet(new Action(this.attach_DataBase_File), new Action(this.detach_DataBase_File));
this._DataBase_StartWorkReport = new EntitySet(new Action(this.attach_DataBase_StartWorkReport), new Action(this.detach_DataBase_StartWorkReport));
this._Doc_DocManage = new EntitySet(new Action(this.attach_Doc_DocManage), new Action(this.detach_Doc_DocManage));
+ this._Doc_DocManageApprove = new EntitySet(new Action(this.attach_Doc_DocManageApprove), new Action(this.detach_Doc_DocManageApprove));
this._Driver_DriverProgress = new EntitySet(new Action(this.attach_Driver_DriverProgress), new Action(this.detach_Driver_DriverProgress));
this._Driver_DriverReport = new EntitySet(new Action(this.attach_Driver_DriverReport), new Action(this.detach_Driver_DriverReport));
this._Driver_DriverScheme = new EntitySet(new Action(this.attach_Driver_DriverScheme), new Action(this.detach_Driver_DriverScheme));
@@ -358005,6 +357663,19 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Doc_DocManageApprove_Sys_User", Storage="_Doc_DocManageApprove", ThisKey="UserId", OtherKey="ApproveMan", DeleteRule="NO ACTION")]
+ public EntitySet Doc_DocManageApprove
+ {
+ get
+ {
+ return this._Doc_DocManageApprove;
+ }
+ set
+ {
+ this._Doc_DocManageApprove.Assign(value);
+ }
+ }
+
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Driver_DriverProgress_Sys_User", Storage="_Driver_DriverProgress", ThisKey="UserId", OtherKey="CompileMan", DeleteRule="NO ACTION")]
public EntitySet Driver_DriverProgress
{
@@ -362587,6 +362258,18 @@ namespace Model
entity.Sys_User = null;
}
+ private void attach_Doc_DocManageApprove(Doc_DocManageApprove entity)
+ {
+ this.SendPropertyChanging();
+ entity.Sys_User = this;
+ }
+
+ private void detach_Doc_DocManageApprove(Doc_DocManageApprove entity)
+ {
+ this.SendPropertyChanging();
+ entity.Sys_User = null;
+ }
+
private void attach_Driver_DriverProgress(Driver_DriverProgress entity)
{
this.SendPropertyChanging();