개정판 7cf8b728
AddFinalPDFResult.cs 추가
config daelim/pemss 추가
Change-Id: I2491adca1dcb77c31314f3af2db2f8838ec6ae1b
FinalService/KCOM_FinalService/MarkupToPDF/AddFinalPDFResult.cs | ||
---|---|---|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
|
|
6 |
namespace MarkupToPDF |
|
7 |
{ |
|
8 |
public class AddFinalPDFResult |
|
9 |
{ |
|
10 |
public string Exception { get; set; } |
|
11 |
public bool Success { get; set; } |
|
12 |
|
|
13 |
public KCOMDataModel.DataModel.FINAL_PDF FinalPDF { get; set; } |
|
14 |
} |
|
15 |
} |
KCOM/App.xaml.cs | ||
---|---|---|
184 | 184 |
ProjectNO = result.ProjectNO, |
185 | 185 |
UserID = result.UserID, |
186 | 186 |
//UserID = "H2009115", |
187 |
//Mode = 0 , 1 , 2
|
|
187 |
//Mode = result.Mode
|
|
188 | 188 |
}; |
189 | 189 |
ParameterMode = true; |
190 | 190 |
} |
KCOM/app.Debug_Daelim.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
</configuration> |
KCOM/app.Release_PEMSS.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
</configuration> |
KCOM_API/Web.Debug_Daelim.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
</configuration> |
내보내기 Unified diff