个人
+ EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnPersonal" OnClientClick="parent.removeActiveTab();">
+
设置
-
+ EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnProjectSet" OnClientClick="parent.removeActiveTab();">
+
- <%--
帮助
--%>
-
+ <%--
帮助
--%>
+
退出
-
-
-
-
+ EnablePostBack="false" EnableDefaultState="true" EnableDefaultCorner="false" ID="Button18">
+
+
+
+
全屏
@@ -282,6 +282,7 @@
焊接管理
材料管理
试车管理
+
移交管理
关键事项
视频监控
现场考勤
@@ -408,8 +409,8 @@
EnableMaximize="true" EnableResize="false">
+ Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
+ Height="500px">
@@ -433,6 +434,9 @@
+
+
@@ -449,10 +453,10 @@
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" OnClientClick="parent.removeActiveTab();" Hidden="true">
-
-
-
+ LabelWidth="80px" BodyPadding="5px" Width="350px">
+
+
+
@@ -477,23 +481,24 @@
var btnHJGLClientID = '<%= btnHJGL.ClientID %>';
var btnCLGLClientID = '<%= btnCLGL.ClientID %>';
var btnTestRunClientID = '<%= btnTestRun.ClientID %>';
+ var btnTransferClientID = '<%= btnTransfer.ClientID %>';
var btnPGJSXClientID = '<%= btnPGJSX.ClientID %>';
var btnDigitalSiteClientID = '<%= btnDigitalSite.ClientID %>';
var btnPDigDataClientID = '<%= btnPDigData.ClientID %>';
var btnOpinionClientID = '<%= btnOpinion.ClientID %>';
- var btnDocClientID = '<%= btnDoc.ClientID %>';
+ var btnDocClientID = '<%= btnDoc.ClientID %>';
function ProjectZJClick() {
F(ProjectZJClientID).click();
}
function ProjectTGClick() {
F(ProjectTGClientID).click();
-
+
}
function ProjectJGClick() {
F(ProjectJGClientID).click();
-
+
}
function CQMSClick() {
@@ -538,6 +543,13 @@
$item.attr('style', ";display:block !important;")
}
+ function TransferClick() {
+ parent.removeActiveTab();
+ F(btnTransferClientID).click();
+ var $item = $('.f-tabstrip-header')
+ $item.attr('style', ";display:block !important;")
+ }
+
function PGJSXClick() {
parent.removeActiveTab();
F(btnPGJSXClientID).click();
@@ -582,11 +594,11 @@
$item.attr('style', ";display:block !important;")
}
- function DocClick() {
+ function DocClick() {
parent.removeActiveTab();
- F(btnDocClientID).click();
- var $item = $('.f-tabstrip-header')
- $item.attr('style', ";display:block !important;")
+ F(btnDocClientID).click();
+ var $item = $('.f-tabstrip-header')
+ $item.attr('style', ";display:block !important;")
}
// 展开左侧面板
@@ -869,7 +881,7 @@
var $item = $('.f-tabstrip-header')
$item.attr('style', ";display:block !important;")
});
-
+
$(".up-wrap-ul").click(function () {
var $item = $('.f-tabstrip-header')
$item.attr('style', ";display:block !important;")
diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs
index 87a7d086..db315f2d 100644
--- a/SGGL/FineUIPro.Web/indexProject.aspx.cs
+++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs
@@ -781,6 +781,11 @@ namespace FineUIPro.Web
this.MenuSwitchMethod(Const.Menu_TestRun);
}
+ protected void btnTransfer_Click(object sender, EventArgs e)
+ {
+ this.MenuSwitchMethod(Const.Menu_Transfer);
+ }
+
protected void btnPGJSX_Click(object sender, EventArgs e)
{
this.MenuSwitchMethod(Const.Menu_PGJSX);
diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs b/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs
index e68a85cd..fee189ab 100644
--- a/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/indexProject.aspx.designer.cs
@@ -7,479 +7,486 @@
// 自动生成>
//------------------------------------------------------------------------------
-namespace FineUIPro.Web
-{
-
-
- public partial class indexProject
- {
-
- ///
- /// form1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// PageManager1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.PageManager PageManager1;
-
- ///
- /// Panel1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Panel Panel1;
-
- ///
- /// topPanel 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.ContentPanel topPanel;
-
- ///
- /// ContentPanel1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.ContentPanel ContentPanel1;
-
- ///
- /// drpProject 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.DropDownList drpProject;
-
- ///
- /// Button21 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button Button21;
-
- ///
- /// btnHelp 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnHelp;
-
- ///
- /// btnPersonal 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnPersonal;
-
- ///
- /// btnProjectSet 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnProjectSet;
-
- ///
- /// Button18 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button Button18;
-
- ///
- /// leftPanel 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Panel leftPanel;
-
- ///
- /// leftPanelToolCollapse 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tool leftPanelToolCollapse;
-
- ///
- /// leftPanelToolGear 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tool leftPanelToolGear;
-
- ///
- /// btnExpandAll 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuButton btnExpandAll;
-
- ///
- /// btnCollapseAll 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuButton btnCollapseAll;
-
- ///
- /// MenuMode 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuButton MenuMode;
-
- ///
- /// MenuModeNormal 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuModeNormal;
-
- ///
- /// MenuModeCompact 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuModeCompact;
-
- ///
- /// MenuModeLarge 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuModeLarge;
-
- ///
- /// MenuStyle 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuButton MenuStyle;
-
- ///
- /// MenuStyleTree 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuStyleTree;
-
- ///
- /// MenuStyleMiniModeTree 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuStyleMiniModeTree;
-
- ///
- /// MenuStylePlainTree 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuStylePlainTree;
-
- ///
- /// MenuLang 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuButton MenuLang;
-
- ///
- /// MenuLangZHCN 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.MenuCheckBox MenuLangZHCN;
-
- ///
- /// mainTabStrip 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.TabStrip mainTabStrip;
-
- ///
- /// Tab1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tab Tab1;
-
- ///
- /// toolRefresh 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tool toolRefresh;
-
- ///
- /// toolNewWindow 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tool toolNewWindow;
-
- ///
- /// toolMaximize 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tool toolMaximize;
-
- ///
- /// toolSignOut 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Tool toolSignOut;
-
- ///
- /// windowCustomQuery 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Window windowCustomQuery;
-
- ///
- /// WindowAtt 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Window WindowAtt;
-
- ///
- /// XmlDataSource1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::System.Web.UI.WebControls.XmlDataSource XmlDataSource1;
-
- ///
- /// ProjectZJ 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button ProjectZJ;
-
- ///
- /// ProjectTG 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button ProjectTG;
-
- ///
- /// ProjectJG 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button ProjectJG;
-
- ///
- /// btnCQMS 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnCQMS;
-
- ///
- /// btnHSSE 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnHSSE;
-
- ///
- /// btnJDGL 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnJDGL;
-
- ///
- /// btnHJGL 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnHJGL;
-
- ///
- /// btnCLGL 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnCLGL;
-
- ///
- /// btnTestRun 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnTestRun;
-
- ///
- /// btnPGJSX 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnPGJSX;
-
- ///
- /// btnDigitalSite 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnDigitalSite;
-
- ///
- /// btnPDigData 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnPDigData;
-
- ///
- /// btnOpinion 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnOpinion;
-
- ///
- /// btnDoc 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.Button btnDoc;
-
- ///
- /// SimpleForm1 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.SimpleForm SimpleForm1;
-
- ///
- /// hfProjectCode 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.HiddenField hfProjectCode;
-
- ///
- /// hfMonitorPW 控件。
- ///
- ///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
- ///
- protected global::FineUIPro.HiddenField hfMonitorPW;
- }
+namespace FineUIPro.Web {
+
+
+ public partial class indexProject {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// PageManager1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.PageManager PageManager1;
+
+ ///
+ /// Panel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel Panel1;
+
+ ///
+ /// topPanel 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ContentPanel topPanel;
+
+ ///
+ /// ContentPanel1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.ContentPanel ContentPanel1;
+
+ ///
+ /// drpProject 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.DropDownList drpProject;
+
+ ///
+ /// Button21 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button Button21;
+
+ ///
+ /// btnHelp 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnHelp;
+
+ ///
+ /// btnPersonal 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnPersonal;
+
+ ///
+ /// btnProjectSet 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnProjectSet;
+
+ ///
+ /// Button18 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button Button18;
+
+ ///
+ /// leftPanel 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Panel leftPanel;
+
+ ///
+ /// leftPanelToolCollapse 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tool leftPanelToolCollapse;
+
+ ///
+ /// leftPanelToolGear 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tool leftPanelToolGear;
+
+ ///
+ /// btnExpandAll 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnExpandAll;
+
+ ///
+ /// btnCollapseAll 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton btnCollapseAll;
+
+ ///
+ /// MenuMode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton MenuMode;
+
+ ///
+ /// MenuModeNormal 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuModeNormal;
+
+ ///
+ /// MenuModeCompact 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuModeCompact;
+
+ ///
+ /// MenuModeLarge 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuModeLarge;
+
+ ///
+ /// MenuStyle 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton MenuStyle;
+
+ ///
+ /// MenuStyleTree 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuStyleTree;
+
+ ///
+ /// MenuStyleMiniModeTree 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuStyleMiniModeTree;
+
+ ///
+ /// MenuStylePlainTree 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuStylePlainTree;
+
+ ///
+ /// MenuLang 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuButton MenuLang;
+
+ ///
+ /// MenuLangZHCN 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.MenuCheckBox MenuLangZHCN;
+
+ ///
+ /// mainTabStrip 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.TabStrip mainTabStrip;
+
+ ///
+ /// Tab1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tab Tab1;
+
+ ///
+ /// toolRefresh 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tool toolRefresh;
+
+ ///
+ /// toolNewWindow 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tool toolNewWindow;
+
+ ///
+ /// toolMaximize 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tool toolMaximize;
+
+ ///
+ /// toolSignOut 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Tool toolSignOut;
+
+ ///
+ /// windowCustomQuery 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window windowCustomQuery;
+
+ ///
+ /// WindowAtt 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Window WindowAtt;
+
+ ///
+ /// XmlDataSource1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.XmlDataSource XmlDataSource1;
+
+ ///
+ /// ProjectZJ 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button ProjectZJ;
+
+ ///
+ /// ProjectTG 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button ProjectTG;
+
+ ///
+ /// ProjectJG 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button ProjectJG;
+
+ ///
+ /// btnCQMS 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnCQMS;
+
+ ///
+ /// btnHSSE 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnHSSE;
+
+ ///
+ /// btnJDGL 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnJDGL;
+
+ ///
+ /// btnHJGL 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnHJGL;
+
+ ///
+ /// btnCLGL 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnCLGL;
+
+ ///
+ /// btnTestRun 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnTestRun;
+
+ ///
+ /// btnTransfer 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnTransfer;
+
+ ///
+ /// btnPGJSX 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnPGJSX;
+
+ ///
+ /// btnDigitalSite 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnDigitalSite;
+
+ ///
+ /// btnPDigData 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnPDigData;
+
+ ///
+ /// btnOpinion 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnOpinion;
+
+ ///
+ /// btnDoc 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.Button btnDoc;
+
+ ///
+ /// SimpleForm1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.SimpleForm SimpleForm1;
+
+ ///
+ /// hfProjectCode 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HiddenField hfProjectCode;
+
+ ///
+ /// hfMonitorPW 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::FineUIPro.HiddenField hfMonitorPW;
+ }
}
diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs
index e42f7755..ead8134f 100644
--- a/SGGL/Model/Model.cs
+++ b/SGGL/Model/Model.cs
@@ -2336,6 +2336,36 @@ namespace Model
partial void InsertTraining_TrainTestDBItem(Training_TrainTestDBItem instance);
partial void UpdateTraining_TrainTestDBItem(Training_TrainTestDBItem instance);
partial void DeleteTraining_TrainTestDBItem(Training_TrainTestDBItem instance);
+ partial void InsertTransfer_Civil_Structure(Transfer_Civil_Structure instance);
+ partial void UpdateTransfer_Civil_Structure(Transfer_Civil_Structure instance);
+ partial void DeleteTransfer_Civil_Structure(Transfer_Civil_Structure instance);
+ partial void InsertTransfer_Electrical(Transfer_Electrical instance);
+ partial void UpdateTransfer_Electrical(Transfer_Electrical instance);
+ partial void DeleteTransfer_Electrical(Transfer_Electrical instance);
+ partial void InsertTransfer_Firefighting(Transfer_Firefighting instance);
+ partial void UpdateTransfer_Firefighting(Transfer_Firefighting instance);
+ partial void DeleteTransfer_Firefighting(Transfer_Firefighting instance);
+ partial void InsertTransfer_HVAC(Transfer_HVAC instance);
+ partial void UpdateTransfer_HVAC(Transfer_HVAC instance);
+ partial void DeleteTransfer_HVAC(Transfer_HVAC instance);
+ partial void InsertTransfer_Instrumentation(Transfer_Instrumentation instance);
+ partial void UpdateTransfer_Instrumentation(Transfer_Instrumentation instance);
+ partial void DeleteTransfer_Instrumentation(Transfer_Instrumentation instance);
+ partial void InsertTransfer_Piping(Transfer_Piping instance);
+ partial void UpdateTransfer_Piping(Transfer_Piping instance);
+ partial void DeleteTransfer_Piping(Transfer_Piping instance);
+ partial void InsertTransfer_Plumbing(Transfer_Plumbing instance);
+ partial void UpdateTransfer_Plumbing(Transfer_Plumbing instance);
+ partial void DeleteTransfer_Plumbing(Transfer_Plumbing instance);
+ partial void InsertTransfer_ProjectSetup(Transfer_ProjectSetup instance);
+ partial void UpdateTransfer_ProjectSetup(Transfer_ProjectSetup instance);
+ partial void DeleteTransfer_ProjectSetup(Transfer_ProjectSetup instance);
+ partial void InsertTransfer_PunchlistFrom(Transfer_PunchlistFrom instance);
+ partial void UpdateTransfer_PunchlistFrom(Transfer_PunchlistFrom instance);
+ partial void DeleteTransfer_PunchlistFrom(Transfer_PunchlistFrom instance);
+ partial void InsertTransfer_Telecom(Transfer_Telecom instance);
+ partial void UpdateTransfer_Telecom(Transfer_Telecom instance);
+ partial void DeleteTransfer_Telecom(Transfer_Telecom instance);
partial void InsertUnqualified_WorkContact(Unqualified_WorkContact instance);
partial void UpdateUnqualified_WorkContact(Unqualified_WorkContact instance);
partial void DeleteUnqualified_WorkContact(Unqualified_WorkContact instance);
@@ -8683,6 +8713,86 @@ namespace Model
}
}
+ public System.Data.Linq.Table
Transfer_Civil_Structure
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_Electrical
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_Firefighting
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_HVAC
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_Instrumentation
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_Piping
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_Plumbing
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_ProjectSetup
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_PunchlistFrom
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
+ public System.Data.Linq.Table Transfer_Telecom
+ {
+ get
+ {
+ return this.GetTable();
+ }
+ }
+
public System.Data.Linq.Table Unqualified_WorkContact
{
get
@@ -368016,6 +368126,2906 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Transfer_Civil_Structure")]
+ public partial class Transfer_Civil_Structure : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _Civil_Structure;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnCivil_StructureChanging(string value);
+ partial void OnCivil_StructureChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_Civil_Structure()
+ {
+ 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="_ProjectId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Civil_Structure", DbType="NVarChar(50)")]
+ public string Civil_Structure
+ {
+ get
+ {
+ return this._Civil_Structure;
+ }
+ set
+ {
+ if ((this._Civil_Structure != value))
+ {
+ this.OnCivil_StructureChanging(value);
+ this.SendPropertyChanging();
+ this._Civil_Structure = value;
+ this.SendPropertyChanged("Civil_Structure");
+ this.OnCivil_StructureChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Transfer_Electrical")]
+ public partial class Transfer_Electrical : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _ELECTRICAL;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnELECTRICALChanging(string value);
+ partial void OnELECTRICALChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_Electrical()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ELECTRICAL", DbType="NVarChar(50)")]
+ public string ELECTRICAL
+ {
+ get
+ {
+ return this._ELECTRICAL;
+ }
+ set
+ {
+ if ((this._ELECTRICAL != value))
+ {
+ this.OnELECTRICALChanging(value);
+ this.SendPropertyChanging();
+ this._ELECTRICAL = value;
+ this.SendPropertyChanged("ELECTRICAL");
+ this.OnELECTRICALChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Transfer_Firefighting")]
+ public partial class Transfer_Firefighting : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _Firefighting;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnFirefightingChanging(string value);
+ partial void OnFirefightingChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_Firefighting()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Firefighting", DbType="NVarChar(50)")]
+ public string Firefighting
+ {
+ get
+ {
+ return this._Firefighting;
+ }
+ set
+ {
+ if ((this._Firefighting != value))
+ {
+ this.OnFirefightingChanging(value);
+ this.SendPropertyChanging();
+ this._Firefighting = value;
+ this.SendPropertyChanged("Firefighting");
+ this.OnFirefightingChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Transfer_HVAC")]
+ public partial class Transfer_HVAC : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _HVAC;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnHVACChanging(string value);
+ partial void OnHVACChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_HVAC()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_HVAC", DbType="NVarChar(50)")]
+ public string HVAC
+ {
+ get
+ {
+ return this._HVAC;
+ }
+ set
+ {
+ if ((this._HVAC != value))
+ {
+ this.OnHVACChanging(value);
+ this.SendPropertyChanging();
+ this._HVAC = value;
+ this.SendPropertyChanged("HVAC");
+ this.OnHVACChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Transfer_Instrumentation")]
+ public partial class Transfer_Instrumentation : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _INSTRUMENTATION;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnINSTRUMENTATIONChanging(string value);
+ partial void OnINSTRUMENTATIONChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_Instrumentation()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_INSTRUMENTATION", DbType="NVarChar(50)")]
+ public string INSTRUMENTATION
+ {
+ get
+ {
+ return this._INSTRUMENTATION;
+ }
+ set
+ {
+ if ((this._INSTRUMENTATION != value))
+ {
+ this.OnINSTRUMENTATIONChanging(value);
+ this.SendPropertyChanging();
+ this._INSTRUMENTATION = value;
+ this.SendPropertyChanged("INSTRUMENTATION");
+ this.OnINSTRUMENTATIONChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Transfer_Piping")]
+ public partial class Transfer_Piping : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _PIPINGLINENUMBER;
+
+ private string _SYSTEM;
+
+ private string _Subsystem;
+
+ private string _TestPackage;
+
+ private System.Nullable _TestPackageSTART;
+
+ private System.Nullable _TestPackageFINISH;
+
+ private string _FINALStatus;
+
+ private string _PreTestFINISHED;
+
+ private string _FinalTestFINISHED;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnPIPINGLINENUMBERChanging(string value);
+ partial void OnPIPINGLINENUMBERChanged();
+ partial void OnSYSTEMChanging(string value);
+ partial void OnSYSTEMChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTestPackageChanging(string value);
+ partial void OnTestPackageChanged();
+ partial void OnTestPackageSTARTChanging(System.Nullable value);
+ partial void OnTestPackageSTARTChanged();
+ partial void OnTestPackageFINISHChanging(System.Nullable value);
+ partial void OnTestPackageFINISHChanged();
+ partial void OnFINALStatusChanging(string value);
+ partial void OnFINALStatusChanged();
+ partial void OnPreTestFINISHEDChanging(string value);
+ partial void OnPreTestFINISHEDChanged();
+ partial void OnFinalTestFINISHEDChanging(string value);
+ partial void OnFinalTestFINISHEDChanged();
+ #endregion
+
+ public Transfer_Piping()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PIPINGLINENUMBER", DbType="NVarChar(50)")]
+ public string PIPINGLINENUMBER
+ {
+ get
+ {
+ return this._PIPINGLINENUMBER;
+ }
+ set
+ {
+ if ((this._PIPINGLINENUMBER != value))
+ {
+ this.OnPIPINGLINENUMBERChanging(value);
+ this.SendPropertyChanging();
+ this._PIPINGLINENUMBER = value;
+ this.SendPropertyChanged("PIPINGLINENUMBER");
+ this.OnPIPINGLINENUMBERChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SYSTEM", DbType="NVarChar(50)")]
+ public string SYSTEM
+ {
+ get
+ {
+ return this._SYSTEM;
+ }
+ set
+ {
+ if ((this._SYSTEM != value))
+ {
+ this.OnSYSTEMChanging(value);
+ this.SendPropertyChanging();
+ this._SYSTEM = value;
+ this.SendPropertyChanged("SYSTEM");
+ this.OnSYSTEMChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TestPackage", DbType="NVarChar(50)")]
+ public string TestPackage
+ {
+ get
+ {
+ return this._TestPackage;
+ }
+ set
+ {
+ if ((this._TestPackage != value))
+ {
+ this.OnTestPackageChanging(value);
+ this.SendPropertyChanging();
+ this._TestPackage = value;
+ this.SendPropertyChanged("TestPackage");
+ this.OnTestPackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TestPackageSTART", DbType="DateTime")]
+ public System.Nullable TestPackageSTART
+ {
+ get
+ {
+ return this._TestPackageSTART;
+ }
+ set
+ {
+ if ((this._TestPackageSTART != value))
+ {
+ this.OnTestPackageSTARTChanging(value);
+ this.SendPropertyChanging();
+ this._TestPackageSTART = value;
+ this.SendPropertyChanged("TestPackageSTART");
+ this.OnTestPackageSTARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TestPackageFINISH", DbType="DateTime")]
+ public System.Nullable TestPackageFINISH
+ {
+ get
+ {
+ return this._TestPackageFINISH;
+ }
+ set
+ {
+ if ((this._TestPackageFINISH != value))
+ {
+ this.OnTestPackageFINISHChanging(value);
+ this.SendPropertyChanging();
+ this._TestPackageFINISH = value;
+ this.SendPropertyChanged("TestPackageFINISH");
+ this.OnTestPackageFINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINALStatus", DbType="NVarChar(50)")]
+ public string FINALStatus
+ {
+ get
+ {
+ return this._FINALStatus;
+ }
+ set
+ {
+ if ((this._FINALStatus != value))
+ {
+ this.OnFINALStatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINALStatus = value;
+ this.SendPropertyChanged("FINALStatus");
+ this.OnFINALStatusChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PreTestFINISHED", DbType="NVarChar(50)")]
+ public string PreTestFINISHED
+ {
+ get
+ {
+ return this._PreTestFINISHED;
+ }
+ set
+ {
+ if ((this._PreTestFINISHED != value))
+ {
+ this.OnPreTestFINISHEDChanging(value);
+ this.SendPropertyChanging();
+ this._PreTestFINISHED = value;
+ this.SendPropertyChanged("PreTestFINISHED");
+ this.OnPreTestFINISHEDChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FinalTestFINISHED", DbType="NVarChar(50)")]
+ public string FinalTestFINISHED
+ {
+ get
+ {
+ return this._FinalTestFINISHED;
+ }
+ set
+ {
+ if ((this._FinalTestFINISHED != value))
+ {
+ this.OnFinalTestFINISHEDChanging(value);
+ this.SendPropertyChanging();
+ this._FinalTestFINISHED = value;
+ this.SendPropertyChanged("FinalTestFINISHED");
+ this.OnFinalTestFINISHEDChanged();
+ }
+ }
+ }
+
+ 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.Transfer_Plumbing")]
+ public partial class Transfer_Plumbing : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _Plumbing;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnPlumbingChanging(string value);
+ partial void OnPlumbingChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_Plumbing()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Plumbing", DbType="NVarChar(50)")]
+ public string Plumbing
+ {
+ get
+ {
+ return this._Plumbing;
+ }
+ set
+ {
+ if ((this._Plumbing != value))
+ {
+ this.OnPlumbingChanging(value);
+ this.SendPropertyChanging();
+ this._Plumbing = value;
+ this.SendPropertyChanged("Plumbing");
+ this.OnPlumbingChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Transfer_ProjectSetup")]
+ public partial class Transfer_ProjectSetup : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _SN;
+
+ private string _PlantNo;
+
+ private string _PlantName;
+
+ private string _CommissioningSystem;
+
+ private string _CommissioningCodeDescription;
+
+ private string _SubCommissioningSystem;
+
+ private string _SubCommissioningCodeDescription;
+
+ private string _DescriptionArea;
+
+ private string _TurnoverSystemSequenceNumber;
+
+ private string _Description;
+
+ private string _TurnoverCode;
+
+ private string _TurnoverDescription;
+
+ private string _Remark;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnSNChanging(string value);
+ partial void OnSNChanged();
+ partial void OnPlantNoChanging(string value);
+ partial void OnPlantNoChanged();
+ partial void OnPlantNameChanging(string value);
+ partial void OnPlantNameChanged();
+ partial void OnCommissioningSystemChanging(string value);
+ partial void OnCommissioningSystemChanged();
+ partial void OnCommissioningCodeDescriptionChanging(string value);
+ partial void OnCommissioningCodeDescriptionChanged();
+ partial void OnSubCommissioningSystemChanging(string value);
+ partial void OnSubCommissioningSystemChanged();
+ partial void OnSubCommissioningCodeDescriptionChanging(string value);
+ partial void OnSubCommissioningCodeDescriptionChanged();
+ partial void OnDescriptionAreaChanging(string value);
+ partial void OnDescriptionAreaChanged();
+ partial void OnTurnoverSystemSequenceNumberChanging(string value);
+ partial void OnTurnoverSystemSequenceNumberChanged();
+ partial void OnDescriptionChanging(string value);
+ partial void OnDescriptionChanged();
+ partial void OnTurnoverCodeChanging(string value);
+ partial void OnTurnoverCodeChanged();
+ partial void OnTurnoverDescriptionChanging(string value);
+ partial void OnTurnoverDescriptionChanged();
+ partial void OnRemarkChanging(string value);
+ partial void OnRemarkChanged();
+ #endregion
+
+ public Transfer_ProjectSetup()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SN", DbType="NVarChar(50)")]
+ public string SN
+ {
+ get
+ {
+ return this._SN;
+ }
+ set
+ {
+ if ((this._SN != value))
+ {
+ this.OnSNChanging(value);
+ this.SendPropertyChanging();
+ this._SN = value;
+ this.SendPropertyChanged("SN");
+ this.OnSNChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlantNo", DbType="NVarChar(50)")]
+ public string PlantNo
+ {
+ get
+ {
+ return this._PlantNo;
+ }
+ set
+ {
+ if ((this._PlantNo != value))
+ {
+ this.OnPlantNoChanging(value);
+ this.SendPropertyChanging();
+ this._PlantNo = value;
+ this.SendPropertyChanged("PlantNo");
+ this.OnPlantNoChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlantName", DbType="NVarChar(200)")]
+ public string PlantName
+ {
+ get
+ {
+ return this._PlantName;
+ }
+ set
+ {
+ if ((this._PlantName != value))
+ {
+ this.OnPlantNameChanging(value);
+ this.SendPropertyChanging();
+ this._PlantName = value;
+ this.SendPropertyChanged("PlantName");
+ this.OnPlantNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CommissioningSystem", DbType="NVarChar(50)")]
+ public string CommissioningSystem
+ {
+ get
+ {
+ return this._CommissioningSystem;
+ }
+ set
+ {
+ if ((this._CommissioningSystem != value))
+ {
+ this.OnCommissioningSystemChanging(value);
+ this.SendPropertyChanging();
+ this._CommissioningSystem = value;
+ this.SendPropertyChanged("CommissioningSystem");
+ this.OnCommissioningSystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CommissioningCodeDescription", DbType="NVarChar(50)")]
+ public string CommissioningCodeDescription
+ {
+ get
+ {
+ return this._CommissioningCodeDescription;
+ }
+ set
+ {
+ if ((this._CommissioningCodeDescription != value))
+ {
+ this.OnCommissioningCodeDescriptionChanging(value);
+ this.SendPropertyChanging();
+ this._CommissioningCodeDescription = value;
+ this.SendPropertyChanged("CommissioningCodeDescription");
+ this.OnCommissioningCodeDescriptionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubCommissioningSystem", DbType="NVarChar(50)")]
+ public string SubCommissioningSystem
+ {
+ get
+ {
+ return this._SubCommissioningSystem;
+ }
+ set
+ {
+ if ((this._SubCommissioningSystem != value))
+ {
+ this.OnSubCommissioningSystemChanging(value);
+ this.SendPropertyChanging();
+ this._SubCommissioningSystem = value;
+ this.SendPropertyChanged("SubCommissioningSystem");
+ this.OnSubCommissioningSystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubCommissioningCodeDescription", DbType="NVarChar(50)")]
+ public string SubCommissioningCodeDescription
+ {
+ get
+ {
+ return this._SubCommissioningCodeDescription;
+ }
+ set
+ {
+ if ((this._SubCommissioningCodeDescription != value))
+ {
+ this.OnSubCommissioningCodeDescriptionChanging(value);
+ this.SendPropertyChanging();
+ this._SubCommissioningCodeDescription = value;
+ this.SendPropertyChanged("SubCommissioningCodeDescription");
+ this.OnSubCommissioningCodeDescriptionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DescriptionArea", DbType="NVarChar(50)")]
+ public string DescriptionArea
+ {
+ get
+ {
+ return this._DescriptionArea;
+ }
+ set
+ {
+ if ((this._DescriptionArea != value))
+ {
+ this.OnDescriptionAreaChanging(value);
+ this.SendPropertyChanging();
+ this._DescriptionArea = value;
+ this.SendPropertyChanged("DescriptionArea");
+ this.OnDescriptionAreaChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TurnoverSystemSequenceNumber", DbType="NVarChar(50)")]
+ public string TurnoverSystemSequenceNumber
+ {
+ get
+ {
+ return this._TurnoverSystemSequenceNumber;
+ }
+ set
+ {
+ if ((this._TurnoverSystemSequenceNumber != value))
+ {
+ this.OnTurnoverSystemSequenceNumberChanging(value);
+ this.SendPropertyChanging();
+ this._TurnoverSystemSequenceNumber = value;
+ this.SendPropertyChanged("TurnoverSystemSequenceNumber");
+ this.OnTurnoverSystemSequenceNumberChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Description", DbType="NVarChar(50)")]
+ public string Description
+ {
+ get
+ {
+ return this._Description;
+ }
+ set
+ {
+ if ((this._Description != value))
+ {
+ this.OnDescriptionChanging(value);
+ this.SendPropertyChanging();
+ this._Description = value;
+ this.SendPropertyChanged("Description");
+ this.OnDescriptionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TurnoverCode", DbType="NVarChar(50)")]
+ public string TurnoverCode
+ {
+ get
+ {
+ return this._TurnoverCode;
+ }
+ set
+ {
+ if ((this._TurnoverCode != value))
+ {
+ this.OnTurnoverCodeChanging(value);
+ this.SendPropertyChanging();
+ this._TurnoverCode = value;
+ this.SendPropertyChanged("TurnoverCode");
+ this.OnTurnoverCodeChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TurnoverDescription", DbType="NVarChar(50)")]
+ public string TurnoverDescription
+ {
+ get
+ {
+ return this._TurnoverDescription;
+ }
+ set
+ {
+ if ((this._TurnoverDescription != value))
+ {
+ this.OnTurnoverDescriptionChanging(value);
+ this.SendPropertyChanging();
+ this._TurnoverDescription = value;
+ this.SendPropertyChanged("TurnoverDescription");
+ this.OnTurnoverDescriptionChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Remark", DbType="NVarChar(200)")]
+ public string Remark
+ {
+ get
+ {
+ return this._Remark;
+ }
+ set
+ {
+ if ((this._Remark != value))
+ {
+ this.OnRemarkChanging(value);
+ this.SendPropertyChanging();
+ this._Remark = value;
+ this.SendPropertyChanged("Remark");
+ this.OnRemarkChanged();
+ }
+ }
+ }
+
+ 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.Transfer_PunchlistFrom")]
+ public partial class Transfer_PunchlistFrom : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _Item_No;
+
+ private string _Punch_No;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private string _Discipline;
+
+ private string _DESCRIPTION;
+
+ private string _Identified;
+
+ private string _Category;
+
+ private System.Nullable _PUNCH_ITEM_FINISH_DATE;
+
+ private string _Action_By;
+
+ private string _Required_By;
+
+ private string _PUNCH_ITEM_STATUS;
+
+ private string _Comments;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnItem_NoChanging(string value);
+ partial void OnItem_NoChanged();
+ partial void OnPunch_NoChanging(string value);
+ partial void OnPunch_NoChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnDisciplineChanging(string value);
+ partial void OnDisciplineChanged();
+ partial void OnDESCRIPTIONChanging(string value);
+ partial void OnDESCRIPTIONChanged();
+ partial void OnIdentifiedChanging(string value);
+ partial void OnIdentifiedChanged();
+ partial void OnCategoryChanging(string value);
+ partial void OnCategoryChanged();
+ partial void OnPUNCH_ITEM_FINISH_DATEChanging(System.Nullable value);
+ partial void OnPUNCH_ITEM_FINISH_DATEChanged();
+ partial void OnAction_ByChanging(string value);
+ partial void OnAction_ByChanged();
+ partial void OnRequired_ByChanging(string value);
+ partial void OnRequired_ByChanged();
+ partial void OnPUNCH_ITEM_STATUSChanging(string value);
+ partial void OnPUNCH_ITEM_STATUSChanged();
+ partial void OnCommentsChanging(string value);
+ partial void OnCommentsChanged();
+ #endregion
+
+ public Transfer_PunchlistFrom()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Item_No", DbType="NVarChar(50)")]
+ public string Item_No
+ {
+ get
+ {
+ return this._Item_No;
+ }
+ set
+ {
+ if ((this._Item_No != value))
+ {
+ this.OnItem_NoChanging(value);
+ this.SendPropertyChanging();
+ this._Item_No = value;
+ this.SendPropertyChanged("Item_No");
+ this.OnItem_NoChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Punch_No", DbType="NVarChar(50)")]
+ public string Punch_No
+ {
+ get
+ {
+ return this._Punch_No;
+ }
+ set
+ {
+ if ((this._Punch_No != value))
+ {
+ this.OnPunch_NoChanging(value);
+ this.SendPropertyChanging();
+ this._Punch_No = value;
+ this.SendPropertyChanged("Punch_No");
+ this.OnPunch_NoChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Discipline", DbType="NVarChar(50)")]
+ public string Discipline
+ {
+ get
+ {
+ return this._Discipline;
+ }
+ set
+ {
+ if ((this._Discipline != value))
+ {
+ this.OnDisciplineChanging(value);
+ this.SendPropertyChanging();
+ this._Discipline = value;
+ this.SendPropertyChanged("Discipline");
+ this.OnDisciplineChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DESCRIPTION", DbType="NVarChar(50)")]
+ public string DESCRIPTION
+ {
+ get
+ {
+ return this._DESCRIPTION;
+ }
+ set
+ {
+ if ((this._DESCRIPTION != value))
+ {
+ this.OnDESCRIPTIONChanging(value);
+ this.SendPropertyChanging();
+ this._DESCRIPTION = value;
+ this.SendPropertyChanged("DESCRIPTION");
+ this.OnDESCRIPTIONChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Identified", DbType="NVarChar(50)")]
+ public string Identified
+ {
+ get
+ {
+ return this._Identified;
+ }
+ set
+ {
+ if ((this._Identified != value))
+ {
+ this.OnIdentifiedChanging(value);
+ this.SendPropertyChanging();
+ this._Identified = value;
+ this.SendPropertyChanged("Identified");
+ this.OnIdentifiedChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Category", DbType="NVarChar(50)")]
+ public string Category
+ {
+ get
+ {
+ return this._Category;
+ }
+ set
+ {
+ if ((this._Category != value))
+ {
+ this.OnCategoryChanging(value);
+ this.SendPropertyChanging();
+ this._Category = value;
+ this.SendPropertyChanged("Category");
+ this.OnCategoryChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PUNCH_ITEM_FINISH_DATE", DbType="DateTime")]
+ public System.Nullable PUNCH_ITEM_FINISH_DATE
+ {
+ get
+ {
+ return this._PUNCH_ITEM_FINISH_DATE;
+ }
+ set
+ {
+ if ((this._PUNCH_ITEM_FINISH_DATE != value))
+ {
+ this.OnPUNCH_ITEM_FINISH_DATEChanging(value);
+ this.SendPropertyChanging();
+ this._PUNCH_ITEM_FINISH_DATE = value;
+ this.SendPropertyChanged("PUNCH_ITEM_FINISH_DATE");
+ this.OnPUNCH_ITEM_FINISH_DATEChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Action_By", DbType="NVarChar(50)")]
+ public string Action_By
+ {
+ get
+ {
+ return this._Action_By;
+ }
+ set
+ {
+ if ((this._Action_By != value))
+ {
+ this.OnAction_ByChanging(value);
+ this.SendPropertyChanging();
+ this._Action_By = value;
+ this.SendPropertyChanged("Action_By");
+ this.OnAction_ByChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Required_By", DbType="NVarChar(50)")]
+ public string Required_By
+ {
+ get
+ {
+ return this._Required_By;
+ }
+ set
+ {
+ if ((this._Required_By != value))
+ {
+ this.OnRequired_ByChanging(value);
+ this.SendPropertyChanging();
+ this._Required_By = value;
+ this.SendPropertyChanged("Required_By");
+ this.OnRequired_ByChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PUNCH_ITEM_STATUS", DbType="NVarChar(50)")]
+ public string PUNCH_ITEM_STATUS
+ {
+ get
+ {
+ return this._PUNCH_ITEM_STATUS;
+ }
+ set
+ {
+ if ((this._PUNCH_ITEM_STATUS != value))
+ {
+ this.OnPUNCH_ITEM_STATUSChanging(value);
+ this.SendPropertyChanging();
+ this._PUNCH_ITEM_STATUS = value;
+ this.SendPropertyChanged("PUNCH_ITEM_STATUS");
+ this.OnPUNCH_ITEM_STATUSChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Comments", DbType="NVarChar(50)")]
+ public string Comments
+ {
+ get
+ {
+ return this._Comments;
+ }
+ set
+ {
+ if ((this._Comments != value))
+ {
+ this.OnCommentsChanging(value);
+ this.SendPropertyChanging();
+ this._Comments = value;
+ this.SendPropertyChanged("Comments");
+ this.OnCommentsChanged();
+ }
+ }
+ }
+
+ 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.Transfer_Telecom")]
+ public partial class Transfer_Telecom : INotifyPropertyChanging, INotifyPropertyChanged
+ {
+
+ private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty);
+
+ private string _Id;
+
+ private string _ProjectId;
+
+ private string _Telecom;
+
+ private string _SystemName;
+
+ private string _Subsystem;
+
+ private string _Test_Package;
+
+ private System.Nullable _Test_Package_START;
+
+ private System.Nullable _Test_Package_FINISH;
+
+ private string _FINAL_Status;
+
+ #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 OnProjectIdChanging(string value);
+ partial void OnProjectIdChanged();
+ partial void OnTelecomChanging(string value);
+ partial void OnTelecomChanged();
+ partial void OnSystemNameChanging(string value);
+ partial void OnSystemNameChanged();
+ partial void OnSubsystemChanging(string value);
+ partial void OnSubsystemChanged();
+ partial void OnTest_PackageChanging(string value);
+ partial void OnTest_PackageChanged();
+ partial void OnTest_Package_STARTChanging(System.Nullable value);
+ partial void OnTest_Package_STARTChanged();
+ partial void OnTest_Package_FINISHChanging(System.Nullable value);
+ partial void OnTest_Package_FINISHChanged();
+ partial void OnFINAL_StatusChanging(string value);
+ partial void OnFINAL_StatusChanged();
+ #endregion
+
+ public Transfer_Telecom()
+ {
+ 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="_ProjectId", DbType="NVarChar(50)")]
+ public string ProjectId
+ {
+ get
+ {
+ return this._ProjectId;
+ }
+ set
+ {
+ if ((this._ProjectId != value))
+ {
+ this.OnProjectIdChanging(value);
+ this.SendPropertyChanging();
+ this._ProjectId = value;
+ this.SendPropertyChanged("ProjectId");
+ this.OnProjectIdChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Telecom", DbType="NVarChar(50)")]
+ public string Telecom
+ {
+ get
+ {
+ return this._Telecom;
+ }
+ set
+ {
+ if ((this._Telecom != value))
+ {
+ this.OnTelecomChanging(value);
+ this.SendPropertyChanging();
+ this._Telecom = value;
+ this.SendPropertyChanged("Telecom");
+ this.OnTelecomChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemName", DbType="NVarChar(50)")]
+ public string SystemName
+ {
+ get
+ {
+ return this._SystemName;
+ }
+ set
+ {
+ if ((this._SystemName != value))
+ {
+ this.OnSystemNameChanging(value);
+ this.SendPropertyChanging();
+ this._SystemName = value;
+ this.SendPropertyChanged("SystemName");
+ this.OnSystemNameChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Subsystem", DbType="NVarChar(50)")]
+ public string Subsystem
+ {
+ get
+ {
+ return this._Subsystem;
+ }
+ set
+ {
+ if ((this._Subsystem != value))
+ {
+ this.OnSubsystemChanging(value);
+ this.SendPropertyChanging();
+ this._Subsystem = value;
+ this.SendPropertyChanged("Subsystem");
+ this.OnSubsystemChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package", DbType="NVarChar(50)")]
+ public string Test_Package
+ {
+ get
+ {
+ return this._Test_Package;
+ }
+ set
+ {
+ if ((this._Test_Package != value))
+ {
+ this.OnTest_PackageChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package = value;
+ this.SendPropertyChanged("Test_Package");
+ this.OnTest_PackageChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_START", DbType="DateTime")]
+ public System.Nullable Test_Package_START
+ {
+ get
+ {
+ return this._Test_Package_START;
+ }
+ set
+ {
+ if ((this._Test_Package_START != value))
+ {
+ this.OnTest_Package_STARTChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_START = value;
+ this.SendPropertyChanged("Test_Package_START");
+ this.OnTest_Package_STARTChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Test_Package_FINISH", DbType="DateTime")]
+ public System.Nullable Test_Package_FINISH
+ {
+ get
+ {
+ return this._Test_Package_FINISH;
+ }
+ set
+ {
+ if ((this._Test_Package_FINISH != value))
+ {
+ this.OnTest_Package_FINISHChanging(value);
+ this.SendPropertyChanging();
+ this._Test_Package_FINISH = value;
+ this.SendPropertyChanged("Test_Package_FINISH");
+ this.OnTest_Package_FINISHChanged();
+ }
+ }
+ }
+
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FINAL_Status", DbType="NVarChar(50)")]
+ public string FINAL_Status
+ {
+ get
+ {
+ return this._FINAL_Status;
+ }
+ set
+ {
+ if ((this._FINAL_Status != value))
+ {
+ this.OnFINAL_StatusChanging(value);
+ this.SendPropertyChanging();
+ this._FINAL_Status = value;
+ this.SendPropertyChanged("FINAL_Status");
+ this.OnFINAL_StatusChanged();
+ }
+ }
+ }
+
+ 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.Unqualified_WorkContact")]
public partial class Unqualified_WorkContact : INotifyPropertyChanging, INotifyPropertyChanged
{
diff --git a/SGGL/SgManager.AI/SgManager.AI.csproj b/SGGL/SgManager.AI/SgManager.AI.csproj
index 417aa6e4..bbe7f573 100644
--- a/SGGL/SgManager.AI/SgManager.AI.csproj
+++ b/SGGL/SgManager.AI/SgManager.AI.csproj
@@ -34,9 +34,8 @@
..\packages\Baidu.AI.4.15.9\lib\net45\AipSdk.dll
-
- False
- bin\Debug\AOP.Common.dll
+
+ ..\..\..\SGGL_CWCEC\SGGL\SgManager.AI\bin\Debug\AOP.Common.dll
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll