11
This commit is contained in:
@@ -779,6 +779,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_EMC_Contractor_Qualification> View_EMC_Contractor_Qualification
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<View_EMC_Contractor_Qualification>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<View_EMC_CTSalesContracts> View_EMC_CTSalesContracts
|
||||
{
|
||||
get
|
||||
@@ -2210,6 +2218,8 @@ namespace Model
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private System.Nullable<bool> _IsExport;
|
||||
|
||||
private EntitySet<EMC_CTSalesContractManagement> _EMC_CTSalesContractManagement;
|
||||
|
||||
private EntitySet<EMC_OneTimeContractManagement> _EMC_OneTimeContractManagement;
|
||||
@@ -2226,6 +2236,8 @@ namespace Model
|
||||
partial void OnFileTypeChanged();
|
||||
partial void OnRemarkChanging(string value);
|
||||
partial void OnRemarkChanged();
|
||||
partial void OnIsExportChanging(System.Nullable<bool> value);
|
||||
partial void OnIsExportChanged();
|
||||
#endregion
|
||||
|
||||
public Base_FileType()
|
||||
@@ -2296,6 +2308,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsExport", DbType="Bit")]
|
||||
public System.Nullable<bool> IsExport
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsExport;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsExport != value))
|
||||
{
|
||||
this.OnIsExportChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._IsExport = value;
|
||||
this.SendPropertyChanged("IsExport");
|
||||
this.OnIsExportChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_EMC_CTSalesContractManagement_Base_FileType", Storage="_EMC_CTSalesContractManagement", ThisKey="FileTypeId", OtherKey="FileTypeId", DeleteRule="NO ACTION")]
|
||||
public EntitySet<EMC_CTSalesContractManagement> EMC_CTSalesContractManagement
|
||||
{
|
||||
@@ -26682,6 +26714,285 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_EMC_Contractor_Qualification")]
|
||||
public partial class View_EMC_Contractor_Qualification
|
||||
{
|
||||
|
||||
private System.Nullable<int> _FoId;
|
||||
|
||||
private string _FO_NO;
|
||||
|
||||
private string _QueName;
|
||||
|
||||
private string _QueDef;
|
||||
|
||||
private string _QueType;
|
||||
|
||||
private System.Nullable<System.DateTime> _LimitStartDate;
|
||||
|
||||
private System.Nullable<System.DateTime> _LimitEndDate;
|
||||
|
||||
private string _Remark;
|
||||
|
||||
private string _Contractor;
|
||||
|
||||
private string _Discipline;
|
||||
|
||||
private string _Contract_Admin;
|
||||
|
||||
private string _Main_Coordinator;
|
||||
|
||||
private System.Nullable<System.DateTime> _Expire_Date;
|
||||
|
||||
private string _ContractorId;
|
||||
|
||||
private string _FC_Status;
|
||||
|
||||
public View_EMC_Contractor_Qualification()
|
||||
{
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FoId", DbType="Int")]
|
||||
public System.Nullable<int> FoId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FoId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FoId != value))
|
||||
{
|
||||
this._FoId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FO_NO", DbType="NVarChar(50)")]
|
||||
public string FO_NO
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FO_NO;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FO_NO != value))
|
||||
{
|
||||
this._FO_NO = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QueName", DbType="NVarChar(50)")]
|
||||
public string QueName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QueName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QueName != value))
|
||||
{
|
||||
this._QueName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QueDef", DbType="NVarChar(2000)")]
|
||||
public string QueDef
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QueDef;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QueDef != value))
|
||||
{
|
||||
this._QueDef = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_QueType", DbType="NVarChar(2)")]
|
||||
public string QueType
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._QueType;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._QueType != value))
|
||||
{
|
||||
this._QueType = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LimitStartDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> LimitStartDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._LimitStartDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._LimitStartDate != value))
|
||||
{
|
||||
this._LimitStartDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_LimitEndDate", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> LimitEndDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._LimitEndDate;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._LimitEndDate != value))
|
||||
{
|
||||
this._LimitEndDate = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(1000)")]
|
||||
public string Remark
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Remark;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Remark != value))
|
||||
{
|
||||
this._Remark = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Contractor", DbType="NVarChar(400)")]
|
||||
public string Contractor
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Contractor;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Contractor != value))
|
||||
{
|
||||
this._Contractor = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Discipline", DbType="NVarChar(1000)")]
|
||||
public string Discipline
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Discipline;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Discipline != value))
|
||||
{
|
||||
this._Discipline = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Contract_Admin", DbType="NVarChar(50)")]
|
||||
public string Contract_Admin
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Contract_Admin;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Contract_Admin != value))
|
||||
{
|
||||
this._Contract_Admin = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Main_Coordinator", DbType="NVarChar(50)")]
|
||||
public string Main_Coordinator
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Main_Coordinator;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Main_Coordinator != value))
|
||||
{
|
||||
this._Main_Coordinator = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Expire_Date", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> Expire_Date
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Expire_Date;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Expire_Date != value))
|
||||
{
|
||||
this._Expire_Date = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContractorId", DbType="NVarChar(50)")]
|
||||
public string ContractorId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ContractorId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ContractorId != value))
|
||||
{
|
||||
this._ContractorId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FC_Status", DbType="NVarChar(50)")]
|
||||
public string FC_Status
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FC_Status;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FC_Status != value))
|
||||
{
|
||||
this._FC_Status = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_EMC_CTSalesContracts")]
|
||||
public partial class View_EMC_CTSalesContracts
|
||||
{
|
||||
@@ -28480,6 +28791,8 @@ namespace Model
|
||||
|
||||
private string _BycDept;
|
||||
|
||||
private System.Nullable<bool> _IsExport;
|
||||
|
||||
public View_FC_ContractManagement()
|
||||
{
|
||||
}
|
||||
@@ -28723,6 +29036,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsExport", DbType="Bit")]
|
||||
public System.Nullable<bool> IsExport
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._IsExport;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._IsExport != value))
|
||||
{
|
||||
this._IsExport = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_FC_Contractor")]
|
||||
|
||||
Reference in New Issue
Block a user