修改安全实施计划
This commit is contained in:
+8
-77
@@ -10804,8 +10804,6 @@ namespace Model
|
||||
|
||||
private EntityRef<Person_Persons> _Person_Persons;
|
||||
|
||||
private EntitySet<ActionPlan_ActionPlanListApprove> _ActionPlan_ActionPlanListApprove;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -10844,7 +10842,6 @@ namespace Model
|
||||
{
|
||||
this._Base_Project = default(EntityRef<Base_Project>);
|
||||
this._Person_Persons = default(EntityRef<Person_Persons>);
|
||||
this._ActionPlan_ActionPlanListApprove = new EntitySet<ActionPlan_ActionPlanListApprove>(new Action<ActionPlan_ActionPlanListApprove>(this.attach_ActionPlan_ActionPlanListApprove), new Action<ActionPlan_ActionPlanListApprove>(this.detach_ActionPlan_ActionPlanListApprove));
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
@@ -11204,19 +11201,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_ActionPlan_ActionPlanListApprove_ActionPlan_ActionPlanList", Storage="_ActionPlan_ActionPlanListApprove", ThisKey="ActionPlanListId", OtherKey="ActionPlanListId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<ActionPlan_ActionPlanListApprove> ActionPlan_ActionPlanListApprove
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ActionPlan_ActionPlanListApprove;
|
||||
}
|
||||
set
|
||||
{
|
||||
this._ActionPlan_ActionPlanListApprove.Assign(value);
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -11236,18 +11220,6 @@ namespace Model
|
||||
this.PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
}
|
||||
|
||||
private void attach_ActionPlan_ActionPlanListApprove(ActionPlan_ActionPlanListApprove entity)
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
entity.ActionPlan_ActionPlanList = this;
|
||||
}
|
||||
|
||||
private void detach_ActionPlan_ActionPlanListApprove(ActionPlan_ActionPlanListApprove entity)
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
entity.ActionPlan_ActionPlanList = null;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.ActionPlan_ActionPlanListApprove")]
|
||||
@@ -11280,8 +11252,6 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _IsPushOa;
|
||||
|
||||
private EntityRef<ActionPlan_ActionPlanList> _ActionPlan_ActionPlanList;
|
||||
|
||||
private EntityRef<Person_Persons> _Person_Persons;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -11316,7 +11286,6 @@ namespace Model
|
||||
|
||||
public ActionPlan_ActionPlanListApprove()
|
||||
{
|
||||
this._ActionPlan_ActionPlanList = default(EntityRef<ActionPlan_ActionPlanList>);
|
||||
this._Person_Persons = default(EntityRef<Person_Persons>);
|
||||
OnCreated();
|
||||
}
|
||||
@@ -11352,10 +11321,6 @@ namespace Model
|
||||
{
|
||||
if ((this._ActionPlanListId != value))
|
||||
{
|
||||
if (this._ActionPlan_ActionPlanList.HasLoadedOrAssignedValue)
|
||||
{
|
||||
throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
|
||||
}
|
||||
this.OnActionPlanListIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ActionPlanListId = value;
|
||||
@@ -11569,40 +11534,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_ActionPlan_ActionPlanListApprove_ActionPlan_ActionPlanList", Storage="_ActionPlan_ActionPlanList", ThisKey="ActionPlanListId", OtherKey="ActionPlanListId", IsForeignKey=true)]
|
||||
public ActionPlan_ActionPlanList ActionPlan_ActionPlanList
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ActionPlan_ActionPlanList.Entity;
|
||||
}
|
||||
set
|
||||
{
|
||||
ActionPlan_ActionPlanList previousValue = this._ActionPlan_ActionPlanList.Entity;
|
||||
if (((previousValue != value)
|
||||
|| (this._ActionPlan_ActionPlanList.HasLoadedOrAssignedValue == false)))
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
if ((previousValue != null))
|
||||
{
|
||||
this._ActionPlan_ActionPlanList.Entity = null;
|
||||
previousValue.ActionPlan_ActionPlanListApprove.Remove(this);
|
||||
}
|
||||
this._ActionPlan_ActionPlanList.Entity = value;
|
||||
if ((value != null))
|
||||
{
|
||||
value.ActionPlan_ActionPlanListApprove.Add(this);
|
||||
this._ActionPlanListId = value.ActionPlanListId;
|
||||
}
|
||||
else
|
||||
{
|
||||
this._ActionPlanListId = default(string);
|
||||
}
|
||||
this.SendPropertyChanged("ActionPlan_ActionPlanList");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_ActionPlan_ActionPlanListApprove_Person_Persons", Storage="_Person_Persons", ThisKey="ApproveMan", OtherKey="PersonId", IsForeignKey=true)]
|
||||
public Person_Persons Person_Persons
|
||||
{
|
||||
@@ -98169,7 +98100,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(2000)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(1000)")]
|
||||
public string CanWelderCode
|
||||
{
|
||||
get
|
||||
@@ -98189,7 +98120,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderId", DbType="NVarChar(4000)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderId", DbType="NVarChar(3000)")]
|
||||
public string CanWelderId
|
||||
{
|
||||
get
|
||||
@@ -209277,7 +209208,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RewardAndPunishDecision", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RewardAndPunishDecision", DbType="NVarChar(100)")]
|
||||
public string RewardAndPunishDecision
|
||||
{
|
||||
get
|
||||
@@ -220756,7 +220687,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(2000)")]
|
||||
public string WorkAreaId
|
||||
{
|
||||
get
|
||||
@@ -268101,7 +268032,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(2000)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderCode", DbType="NVarChar(1000)")]
|
||||
public string CanWelderCode
|
||||
{
|
||||
get
|
||||
@@ -268117,7 +268048,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderId", DbType="NVarChar(4000)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CanWelderId", DbType="NVarChar(3000)")]
|
||||
public string CanWelderId
|
||||
{
|
||||
get
|
||||
@@ -282582,7 +282513,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(2000)")]
|
||||
public string WorkAreaId
|
||||
{
|
||||
get
|
||||
@@ -283507,7 +283438,7 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaId", DbType="NVarChar(2000)")]
|
||||
public string WorkAreaId
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user