修改试车
This commit is contained in:
+242
-26
@@ -261102,8 +261102,6 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _ProblemType;
|
||||
|
||||
private string _QuestionTechnologyId;
|
||||
|
||||
private string _TermItemId;
|
||||
|
||||
private string _WorkPackId;
|
||||
@@ -261124,6 +261122,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<System.DateTime> _AddTime;
|
||||
|
||||
private string _SubInspectId;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -261140,8 +261140,6 @@ namespace Model
|
||||
partial void OnConstructionUnitChanged();
|
||||
partial void OnProblemTypeChanging(System.Nullable<int> value);
|
||||
partial void OnProblemTypeChanged();
|
||||
partial void OnQuestionTechnologyIdChanging(string value);
|
||||
partial void OnQuestionTechnologyIdChanged();
|
||||
partial void OnTermItemIdChanging(string value);
|
||||
partial void OnTermItemIdChanged();
|
||||
partial void OnWorkPackIdChanging(string value);
|
||||
@@ -261162,6 +261160,8 @@ namespace Model
|
||||
partial void OnAddUserChanged();
|
||||
partial void OnAddTimeChanging(System.Nullable<System.DateTime> value);
|
||||
partial void OnAddTimeChanged();
|
||||
partial void OnSubInspectIdChanging(string value);
|
||||
partial void OnSubInspectIdChanged();
|
||||
#endregion
|
||||
|
||||
public PreRun_InspectTailTerm()
|
||||
@@ -261289,26 +261289,6 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QuestionTechnologyId", DbType="VarChar(50)")]
|
||||
public string QuestionTechnologyId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QuestionTechnologyId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QuestionTechnologyId != value))
|
||||
{
|
||||
this.OnQuestionTechnologyIdChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._QuestionTechnologyId = value;
|
||||
this.SendPropertyChanged("QuestionTechnologyId");
|
||||
this.OnQuestionTechnologyIdChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TermItemId", DbType="VarChar(50)")]
|
||||
public string TermItemId
|
||||
{
|
||||
@@ -261509,6 +261489,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubInspectId", DbType="VarChar(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;
|
||||
@@ -262414,6 +262414,16 @@ namespace Model
|
||||
|
||||
private string _PropertyTechnologyId;
|
||||
|
||||
private System.Nullable<int> _InspectionIsAllPass;
|
||||
|
||||
private System.Nullable<int> _SubcontractorIsAllPass;
|
||||
|
||||
private System.Nullable<int> _ContractorIsAllPass;
|
||||
|
||||
private System.Nullable<int> _SupervisionIsAllPass;
|
||||
|
||||
private System.Nullable<int> _OwnerIsAllPass;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -262452,6 +262462,16 @@ namespace Model
|
||||
partial void OnWorkPackTypeChanged();
|
||||
partial void OnPropertyTechnologyIdChanging(string value);
|
||||
partial void OnPropertyTechnologyIdChanged();
|
||||
partial void OnInspectionIsAllPassChanging(System.Nullable<int> value);
|
||||
partial void OnInspectionIsAllPassChanged();
|
||||
partial void OnSubcontractorIsAllPassChanging(System.Nullable<int> value);
|
||||
partial void OnSubcontractorIsAllPassChanged();
|
||||
partial void OnContractorIsAllPassChanging(System.Nullable<int> value);
|
||||
partial void OnContractorIsAllPassChanged();
|
||||
partial void OnSupervisionIsAllPassChanging(System.Nullable<int> value);
|
||||
partial void OnSupervisionIsAllPassChanged();
|
||||
partial void OnOwnerIsAllPassChanging(System.Nullable<int> value);
|
||||
partial void OnOwnerIsAllPassChanged();
|
||||
#endregion
|
||||
|
||||
public PreRun_SubInspectTerm()
|
||||
@@ -262779,7 +262799,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
|
||||
@@ -262799,6 +262819,106 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InspectionIsAllPass", DbType="Int")]
|
||||
public System.Nullable<int> InspectionIsAllPass
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._InspectionIsAllPass;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._InspectionIsAllPass != value))
|
||||
{
|
||||
this.OnInspectionIsAllPassChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._InspectionIsAllPass = value;
|
||||
this.SendPropertyChanged("InspectionIsAllPass");
|
||||
this.OnInspectionIsAllPassChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorIsAllPass", DbType="Int")]
|
||||
public System.Nullable<int> SubcontractorIsAllPass
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SubcontractorIsAllPass;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SubcontractorIsAllPass != value))
|
||||
{
|
||||
this.OnSubcontractorIsAllPassChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SubcontractorIsAllPass = value;
|
||||
this.SendPropertyChanged("SubcontractorIsAllPass");
|
||||
this.OnSubcontractorIsAllPassChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorIsAllPass", DbType="Int")]
|
||||
public System.Nullable<int> ContractorIsAllPass
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ContractorIsAllPass;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ContractorIsAllPass != value))
|
||||
{
|
||||
this.OnContractorIsAllPassChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._ContractorIsAllPass = value;
|
||||
this.SendPropertyChanged("ContractorIsAllPass");
|
||||
this.OnContractorIsAllPassChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SupervisionIsAllPass", DbType="Int")]
|
||||
public System.Nullable<int> SupervisionIsAllPass
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SupervisionIsAllPass;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SupervisionIsAllPass != value))
|
||||
{
|
||||
this.OnSupervisionIsAllPassChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._SupervisionIsAllPass = value;
|
||||
this.SendPropertyChanged("SupervisionIsAllPass");
|
||||
this.OnSupervisionIsAllPassChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OwnerIsAllPass", DbType="Int")]
|
||||
public System.Nullable<int> OwnerIsAllPass
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OwnerIsAllPass;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OwnerIsAllPass != value))
|
||||
{
|
||||
this.OnOwnerIsAllPassChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._OwnerIsAllPass = value;
|
||||
this.SendPropertyChanged("OwnerIsAllPass");
|
||||
this.OnOwnerIsAllPassChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -262874,6 +262994,14 @@ namespace Model
|
||||
|
||||
private System.Nullable<int> _Sort;
|
||||
|
||||
private System.Nullable<int> _SubcontractorIsPass;
|
||||
|
||||
private System.Nullable<int> _ContractorIsPass;
|
||||
|
||||
private System.Nullable<int> _SupervisionIsPass;
|
||||
|
||||
private System.Nullable<int> _OwnerIsPass;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -262926,6 +263054,14 @@ namespace Model
|
||||
partial void OnAddTimeChanged();
|
||||
partial void OnSortChanging(System.Nullable<int> value);
|
||||
partial void OnSortChanged();
|
||||
partial void OnSubcontractorIsPassChanging(System.Nullable<int> value);
|
||||
partial void OnSubcontractorIsPassChanged();
|
||||
partial void OnContractorIsPassChanging(System.Nullable<int> value);
|
||||
partial void OnContractorIsPassChanged();
|
||||
partial void OnSupervisionIsPassChanging(System.Nullable<int> value);
|
||||
partial void OnSupervisionIsPassChanged();
|
||||
partial void OnOwnerIsPassChanging(System.Nullable<int> value);
|
||||
partial void OnOwnerIsPassChanged();
|
||||
#endregion
|
||||
|
||||
public PreRun_SubInspectTermItem()
|
||||
@@ -263313,7 +263449,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
|
||||
@@ -263413,6 +263549,86 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorIsPass", DbType="Int")]
|
||||
public System.Nullable<int> 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<int> 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<int> 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<int> 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;
|
||||
|
||||
Reference in New Issue
Block a user