修改移交
This commit is contained in:
+288
-141
@@ -62049,8 +62049,6 @@ namespace Model
|
||||
|
||||
private EntityRef<Base_Project> _Base_Project;
|
||||
|
||||
private EntityRef<Technique_CheckItemSet> _Technique_CheckItemSet;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -62102,7 +62100,6 @@ namespace Model
|
||||
public Check_CheckSpecial()
|
||||
{
|
||||
this._Base_Project = default(EntityRef<Base_Project>);
|
||||
this._Technique_CheckItemSet = default(EntityRef<Technique_CheckItemSet>);
|
||||
OnCreated();
|
||||
}
|
||||
|
||||
@@ -62421,10 +62418,6 @@ namespace Model
|
||||
{
|
||||
if ((this._CheckItemSetId != value))
|
||||
{
|
||||
if (this._Technique_CheckItemSet.HasLoadedOrAssignedValue)
|
||||
{
|
||||
throw new System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException();
|
||||
}
|
||||
this.OnCheckItemSetIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._CheckItemSetId = value;
|
||||
@@ -62568,40 +62561,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckSpecial_Technique_CheckItemSet", Storage="_Technique_CheckItemSet", ThisKey="CheckItemSetId", OtherKey="CheckItemSetId", IsForeignKey=true)]
|
||||
public Technique_CheckItemSet Technique_CheckItemSet
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Technique_CheckItemSet.Entity;
|
||||
}
|
||||
set
|
||||
{
|
||||
Technique_CheckItemSet previousValue = this._Technique_CheckItemSet.Entity;
|
||||
if (((previousValue != value)
|
||||
|| (this._Technique_CheckItemSet.HasLoadedOrAssignedValue == false)))
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
if ((previousValue != null))
|
||||
{
|
||||
this._Technique_CheckItemSet.Entity = null;
|
||||
previousValue.Check_CheckSpecial.Remove(this);
|
||||
}
|
||||
this._Technique_CheckItemSet.Entity = value;
|
||||
if ((value != null))
|
||||
{
|
||||
value.Check_CheckSpecial.Add(this);
|
||||
this._CheckItemSetId = value.CheckItemSetId;
|
||||
}
|
||||
else
|
||||
{
|
||||
this._CheckItemSetId = default(string);
|
||||
}
|
||||
this.SendPropertyChanged("Technique_CheckItemSet");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -370562,8 +370521,6 @@ namespace Model
|
||||
|
||||
private System.Nullable<bool> _IsBuiltIn;
|
||||
|
||||
private EntitySet<Check_CheckSpecial> _Check_CheckSpecial;
|
||||
|
||||
private EntitySet<Technique_CheckItemDetail> _Technique_CheckItemDetail;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -370590,7 +370547,6 @@ namespace Model
|
||||
|
||||
public Technique_CheckItemSet()
|
||||
{
|
||||
this._Check_CheckSpecial = new EntitySet<Check_CheckSpecial>(new Action<Check_CheckSpecial>(this.attach_Check_CheckSpecial), new Action<Check_CheckSpecial>(this.detach_Check_CheckSpecial));
|
||||
this._Technique_CheckItemDetail = new EntitySet<Technique_CheckItemDetail>(new Action<Technique_CheckItemDetail>(this.attach_Technique_CheckItemDetail), new Action<Technique_CheckItemDetail>(this.detach_Technique_CheckItemDetail));
|
||||
OnCreated();
|
||||
}
|
||||
@@ -370755,19 +370711,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Check_CheckSpecial_Technique_CheckItemSet", Storage="_Check_CheckSpecial", ThisKey="CheckItemSetId", OtherKey="CheckItemSetId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Check_CheckSpecial> Check_CheckSpecial
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Check_CheckSpecial;
|
||||
}
|
||||
set
|
||||
{
|
||||
this._Check_CheckSpecial.Assign(value);
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Technique_CheckItemDetail_Technique_CheckItemSet", Storage="_Technique_CheckItemDetail", ThisKey="CheckItemSetId", OtherKey="CheckItemSetId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Technique_CheckItemDetail> Technique_CheckItemDetail
|
||||
{
|
||||
@@ -370801,18 +370744,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
private void attach_Check_CheckSpecial(Check_CheckSpecial entity)
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
entity.Technique_CheckItemSet = this;
|
||||
}
|
||||
|
||||
private void detach_Check_CheckSpecial(Check_CheckSpecial entity)
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
entity.Technique_CheckItemSet = null;
|
||||
}
|
||||
|
||||
private void attach_Technique_CheckItemDetail(Technique_CheckItemDetail entity)
|
||||
{
|
||||
this.SendPropertyChanging();
|
||||
@@ -390844,6 +390775,8 @@ namespace Model
|
||||
|
||||
private string _HVAC;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -390884,6 +390817,8 @@ namespace Model
|
||||
partial void OnFireFightingChanged();
|
||||
partial void OnHVACChanging(string value);
|
||||
partial void OnHVACChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Civil_Structure()
|
||||
@@ -391251,6 +391186,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -391306,6 +391261,8 @@ namespace Model
|
||||
|
||||
private string _LoopTest;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -391338,6 +391295,8 @@ namespace Model
|
||||
partial void OnCableLayingChanged();
|
||||
partial void OnLoopTestChanging(string value);
|
||||
partial void OnLoopTestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Electrical()
|
||||
@@ -391625,6 +391584,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -391678,6 +391657,8 @@ namespace Model
|
||||
|
||||
private string _Acceptancecheck;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -391708,6 +391689,8 @@ namespace Model
|
||||
partial void OnDebuggingChanged();
|
||||
partial void OnAcceptancecheckChanging(string value);
|
||||
partial void OnAcceptancecheckChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Firefighting()
|
||||
@@ -391975,6 +391958,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -392310,6 +392313,8 @@ namespace Model
|
||||
|
||||
private string _Looptest;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -392344,6 +392349,8 @@ namespace Model
|
||||
partial void OnPipingBlowingChanged();
|
||||
partial void OnLooptestChanging(string value);
|
||||
partial void OnLooptestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Instrumentation()
|
||||
@@ -392651,6 +392658,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -393120,6 +393147,8 @@ namespace Model
|
||||
|
||||
private string _BlowingReport;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -393168,6 +393197,8 @@ namespace Model
|
||||
partial void OnSystemreinstalledChanged();
|
||||
partial void OnBlowingReportChanging(string value);
|
||||
partial void OnBlowingReportChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Piping()
|
||||
@@ -393615,6 +393646,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -393668,6 +393719,8 @@ namespace Model
|
||||
|
||||
private string _RunningTest;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -393698,6 +393751,8 @@ namespace Model
|
||||
partial void OnFlushingChanged();
|
||||
partial void OnRunningTestChanging(string value);
|
||||
partial void OnRunningTestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Plumbing()
|
||||
@@ -393965,6 +394020,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -394422,12 +394497,8 @@ namespace Model
|
||||
|
||||
private string _Comments;
|
||||
|
||||
private string _Num_NO;
|
||||
|
||||
private string _System_No;
|
||||
|
||||
private string _Sub_Sys_No;
|
||||
|
||||
private string _Cat;
|
||||
|
||||
private string _Raised_By;
|
||||
@@ -394448,8 +394519,6 @@ namespace Model
|
||||
|
||||
private string _PIC_WUH;
|
||||
|
||||
private string _Correction_Action;
|
||||
|
||||
private System.Nullable<System.DateTime> _Actual_Date;
|
||||
|
||||
private string _Cleared_By;
|
||||
@@ -394468,6 +394537,12 @@ namespace Model
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private string _Sub_Sys_No;
|
||||
|
||||
private string _Num_NO;
|
||||
|
||||
private string _Correction_Action;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -394504,12 +394579,8 @@ namespace Model
|
||||
partial void OnPUNCH_ITEM_STATUSChanged();
|
||||
partial void OnCommentsChanging(string value);
|
||||
partial void OnCommentsChanged();
|
||||
partial void OnNum_NOChanging(string value);
|
||||
partial void OnNum_NOChanged();
|
||||
partial void OnSystem_NoChanging(string value);
|
||||
partial void OnSystem_NoChanged();
|
||||
partial void OnSub_Sys_NoChanging(string value);
|
||||
partial void OnSub_Sys_NoChanged();
|
||||
partial void OnCatChanging(string value);
|
||||
partial void OnCatChanged();
|
||||
partial void OnRaised_ByChanging(string value);
|
||||
@@ -394530,8 +394601,6 @@ namespace Model
|
||||
partial void OnPICChanged();
|
||||
partial void OnPIC_WUHChanging(string value);
|
||||
partial void OnPIC_WUHChanged();
|
||||
partial void OnCorrection_ActionChanging(string value);
|
||||
partial void OnCorrection_ActionChanged();
|
||||
partial void OnActual_DateChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnActual_DateChanged();
|
||||
partial void OnCleared_ByChanging(string value);
|
||||
@@ -394550,6 +394619,12 @@ namespace Model
|
||||
partial void OnStatusChanged();
|
||||
partial void OnRemarkChanging(string value);
|
||||
partial void OnRemarkChanged();
|
||||
partial void OnSub_Sys_NoChanging(string value);
|
||||
partial void OnSub_Sys_NoChanged();
|
||||
partial void OnNum_NOChanging(string value);
|
||||
partial void OnNum_NOChanged();
|
||||
partial void OnCorrection_ActionChanging(string value);
|
||||
partial void OnCorrection_ActionChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_PunchlistFrom()
|
||||
@@ -394877,26 +394952,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Num_NO", DbType="NVarChar(50)")]
|
||||
public string Num_NO
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Num_NO;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Num_NO != value))
|
||||
{
|
||||
this.OnNum_NOChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Num_NO = value;
|
||||
this.SendPropertyChanged("Num_NO");
|
||||
this.OnNum_NOChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_System_No", DbType="NVarChar(50)")]
|
||||
public string System_No
|
||||
{
|
||||
@@ -394917,26 +394972,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Sub_Sys_No", DbType="NVarChar(50)")]
|
||||
public string Sub_Sys_No
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Sub_Sys_No;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Sub_Sys_No != value))
|
||||
{
|
||||
this.OnSub_Sys_NoChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Sub_Sys_No = value;
|
||||
this.SendPropertyChanged("Sub_Sys_No");
|
||||
this.OnSub_Sys_NoChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Cat", DbType="NVarChar(50)")]
|
||||
public string Cat
|
||||
{
|
||||
@@ -395137,26 +395172,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Correction_Action", DbType="NVarChar(500)")]
|
||||
public string Correction_Action
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Correction_Action;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Correction_Action != value))
|
||||
{
|
||||
this.OnCorrection_ActionChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Correction_Action = value;
|
||||
this.SendPropertyChanged("Correction_Action");
|
||||
this.OnCorrection_ActionChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Actual_Date", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> Actual_Date
|
||||
{
|
||||
@@ -395337,6 +395352,66 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Sub_Sys_No", DbType="NVarChar(50)")]
|
||||
public string Sub_Sys_No
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Sub_Sys_No;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Sub_Sys_No != value))
|
||||
{
|
||||
this.OnSub_Sys_NoChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Sub_Sys_No = value;
|
||||
this.SendPropertyChanged("Sub_Sys_No");
|
||||
this.OnSub_Sys_NoChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Num_NO", DbType="NVarChar(50)")]
|
||||
public string Num_NO
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Num_NO;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Num_NO != value))
|
||||
{
|
||||
this.OnNum_NOChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Num_NO = value;
|
||||
this.SendPropertyChanged("Num_NO");
|
||||
this.OnNum_NOChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Correction_Action", DbType="NVarChar(500)")]
|
||||
public string Correction_Action
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Correction_Action;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Correction_Action != value))
|
||||
{
|
||||
this.OnCorrection_ActionChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Correction_Action = value;
|
||||
this.SendPropertyChanged("Correction_Action");
|
||||
this.OnCorrection_ActionChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -395390,6 +395465,8 @@ namespace Model
|
||||
|
||||
private string _Standalonetest;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -395420,6 +395497,8 @@ namespace Model
|
||||
partial void OnMotorsoloruntestChanged();
|
||||
partial void OnStandalonetestChanging(string value);
|
||||
partial void OnStandalonetestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_RotatingEquipment()
|
||||
@@ -395687,6 +395766,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -395740,6 +395839,8 @@ namespace Model
|
||||
|
||||
private string _BOXupRecord;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -395770,6 +395871,8 @@ namespace Model
|
||||
partial void OnInternalsPackingChanged();
|
||||
partial void OnBOXupRecordChanging(string value);
|
||||
partial void OnBOXupRecordChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_StaticEquipment()
|
||||
@@ -396037,6 +396140,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -396648,6 +396771,8 @@ namespace Model
|
||||
|
||||
private string _FunctionTest;
|
||||
|
||||
private string _Descriptions;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -396680,6 +396805,8 @@ namespace Model
|
||||
partial void OnCableLayingChanged();
|
||||
partial void OnFunctionTestChanging(string value);
|
||||
partial void OnFunctionTestChanged();
|
||||
partial void OnDescriptionsChanging(string value);
|
||||
partial void OnDescriptionsChanged();
|
||||
#endregion
|
||||
|
||||
public Transfer_Telecom()
|
||||
@@ -396967,6 +397094,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Descriptions", DbType="NVarChar(200)")]
|
||||
public string Descriptions
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Descriptions;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Descriptions != value))
|
||||
{
|
||||
this.OnDescriptionsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Descriptions = value;
|
||||
this.SendPropertyChanged("Descriptions");
|
||||
this.OnDescriptionsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
Reference in New Issue
Block a user