개정판 1e9c1261
finalPDF Service Framework 변경
Change-Id: Ic4b9a7ef57017ca30cd67aadf6f5181ae256a69a
.gitignore | ||
---|---|---|
270 | 270 |
/MarkusPDF Library/LibraryTest/MarkusPDFUnitTest/TestOutput |
271 | 271 |
/MarkusPDF Library.egg |
272 | 272 |
/Setup |
273 |
/ImageComparer - 복사본 |
ConvertService/ServiceController/StationControllerSQL/StationControllerSQL.sqlproj | ||
---|---|---|
8 | 8 |
<SchemaVersion>2.0</SchemaVersion> |
9 | 9 |
<ProjectVersion>4.1</ProjectVersion> |
10 | 10 |
<ProjectGuid>{58c58ddf-311d-4108-a12b-1090c39e718b}</ProjectGuid> |
11 |
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql140DatabaseSchemaProvider</DSP>
|
|
11 |
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
|
|
12 | 12 |
<OutputType>Database</OutputType> |
13 | 13 |
<RootPath> |
14 | 14 |
</RootPath> |
... | ... | |
84 | 84 |
<Recovery>FULL</Recovery> |
85 | 85 |
<EnableFullTextSearch>True</EnableFullTextSearch> |
86 | 86 |
<DefaultFilegroup>PRIMARY</DefaultFilegroup> |
87 |
<GenerateCreateScript>True</GenerateCreateScript> |
|
87 | 88 |
</PropertyGroup> |
88 | 89 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
89 | 90 |
<OutputPath>bin\Release\</OutputPath> |
... | ... | |
133 | 134 |
<Folder Include="dbo\Tables\" /> |
134 | 135 |
<Folder Include="Security\" /> |
135 | 136 |
<Folder Include="dbo\Stored Procedures\" /> |
137 |
<Folder Include="SignalR\" /> |
|
138 |
<Folder Include="SignalR\Tables\" /> |
|
139 |
<Folder Include="Snapshots" /> |
|
136 | 140 |
</ItemGroup> |
137 | 141 |
<ItemGroup> |
138 | 142 |
<Build Include="dbo\Tables\PROJECT_SETTING.sql"> |
... | ... | |
284 | 288 |
</Build> |
285 | 289 |
<Build Include="Security\SignalR.sql" /> |
286 | 290 |
<Build Include="Security\Permissions.sql" /> |
291 |
<Build Include="SignalR\Tables\Schema.sql"> |
|
292 |
<AnsiNulls>On</AnsiNulls> |
|
293 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
294 |
</Build> |
|
295 |
<Build Include="SignalR\Tables\Messages_0_Id.sql"> |
|
296 |
<AnsiNulls>On</AnsiNulls> |
|
297 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
298 |
</Build> |
|
299 |
<Build Include="SignalR\Tables\Messages_0.sql"> |
|
300 |
<AnsiNulls>On</AnsiNulls> |
|
301 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
302 |
</Build> |
|
303 |
<Build Include="dbo\Tables\DocumentItem.sql"> |
|
304 |
<AnsiNulls>On</AnsiNulls> |
|
305 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
306 |
</Build> |
|
307 |
<Build Include="dbo\Stored Procedures\SELECT_SLIP_ORIGINATOR.sql"> |
|
308 |
<AnsiNulls>On</AnsiNulls> |
|
309 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
310 |
</Build> |
|
311 |
<Build Include="dbo\Stored Procedures\SELECT_RUNANDPROPERTY_INSERT.sql"> |
|
312 |
<AnsiNulls>On</AnsiNulls> |
|
313 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
314 |
</Build> |
|
315 |
<Build Include="dbo\Stored Procedures\SELECT_RUN_PROJECTS.sql"> |
|
316 |
<AnsiNulls>On</AnsiNulls> |
|
317 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
318 |
</Build> |
|
319 |
<Build Include="dbo\Stored Procedures\SELECT_PROPERTIES_RUN_PROJECTS.sql"> |
|
320 |
<AnsiNulls>On</AnsiNulls> |
|
321 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
322 |
</Build> |
|
323 |
<Build Include="dbo\Stored Procedures\SELECT_MARKUP_INFO.sql"> |
|
324 |
<AnsiNulls>On</AnsiNulls> |
|
325 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
326 |
</Build> |
|
327 |
<Build Include="dbo\Stored Procedures\SELECT_DOCUMENT_ITEM.sql"> |
|
328 |
<AnsiNulls>On</AnsiNulls> |
|
329 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
330 |
</Build> |
|
331 |
<Build Include="dbo\Stored Procedures\SELECT_DOCINFO.sql"> |
|
332 |
<AnsiNulls>On</AnsiNulls> |
|
333 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
334 |
</Build> |
|
335 |
<Build Include="dbo\Stored Procedures\SELECT_CONVERT_ITEM_test2.sql"> |
|
336 |
<AnsiNulls>On</AnsiNulls> |
|
337 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
338 |
</Build> |
|
339 |
<Build Include="dbo\Stored Procedures\SELECT_CONVERT_ITEM_test1.sql"> |
|
340 |
<AnsiNulls>On</AnsiNulls> |
|
341 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
342 |
</Build> |
|
343 |
<Build Include="dbo\Stored Procedures\FINALPDF_COUNT.sql"> |
|
344 |
<AnsiNulls>On</AnsiNulls> |
|
345 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
346 |
</Build> |
|
347 |
<Build Include="dbo\Stored Procedures\FINAL_PDF_MARKUP_CHECK.sql"> |
|
348 |
<AnsiNulls>On</AnsiNulls> |
|
349 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
350 |
</Build> |
|
351 |
<Build Include="dbo\Stored Procedures\CONVERT_COUNT.sql"> |
|
352 |
<AnsiNulls>On</AnsiNulls> |
|
353 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
354 |
</Build> |
|
355 |
</ItemGroup> |
|
356 |
<ItemGroup> |
|
357 |
<None Include="Snapshots\StationControllerSQL_20200729_09-41-54.dacpac" /> |
|
287 | 358 |
</ItemGroup> |
288 | 359 |
</Project> |
FinalService/KCOM_FinalService/CommonLib/CommonLib.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>CommonLib</RootNamespace> |
11 | 11 |
<AssemblyName>CommonLib</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<Deterministic>true</Deterministic> |
15 |
<TargetFrameworkProfile /> |
|
15 | 16 |
</PropertyGroup> |
16 | 17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
21 | 22 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 23 |
<ErrorReport>prompt</ErrorReport> |
23 | 24 |
<WarningLevel>4</WarningLevel> |
25 |
<Prefer32Bit>false</Prefer32Bit> |
|
24 | 26 |
</PropertyGroup> |
25 | 27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 28 |
<DebugType>pdbonly</DebugType> |
... | ... | |
29 | 31 |
<DefineConstants>TRACE</DefineConstants> |
30 | 32 |
<ErrorReport>prompt</ErrorReport> |
31 | 33 |
<WarningLevel>4</WarningLevel> |
34 |
<Prefer32Bit>false</Prefer32Bit> |
|
32 | 35 |
</PropertyGroup> |
33 | 36 |
<ItemGroup> |
34 | 37 |
<Reference Include="System" /> |
FinalService/KCOM_FinalService/CommonLib/app.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 | 2 |
<configuration> |
3 | 3 |
<system.serviceModel> |
4 | 4 |
<bindings> |
5 | 5 |
<basicHttpBinding> |
6 |
<binding name="DeepViewPoint" />
|
|
6 |
<binding name="DeepViewPoint"/> |
|
7 | 7 |
</basicHttpBinding> |
8 | 8 |
</bindings> |
9 | 9 |
<client> |
10 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" |
|
11 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
12 |
contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint" /> |
|
10 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="MARKUS_API.ServiceDeepView" name="DeepViewPoint"/> |
|
13 | 11 |
</client> |
14 | 12 |
</system.serviceModel> |
15 |
</configuration> |
|
13 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |
FinalService/KCOM_FinalService/FinalService_Config/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 | 2 |
<configuration> |
3 | 3 |
<startup> |
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
|
5 | 5 |
</startup> |
6 | 6 |
|
7 | 7 |
<connectionStrings> |
8 | 8 |
<add name="ConnectionString" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
9 | 9 |
<add name="CIConnectionString" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient"/> |
10 | 10 |
</connectionStrings> |
11 |
</configuration> |
|
11 |
</configuration> |
FinalService/KCOM_FinalService/FinalService_Config/FinalService_Config.csproj | ||
---|---|---|
8 | 8 |
<OutputType>WinExe</OutputType> |
9 | 9 |
<RootNamespace>FinalService_Config</RootNamespace> |
10 | 10 |
<AssemblyName>FinalService_Config</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<Deterministic>true</Deterministic> |
14 |
<TargetFrameworkProfile /> |
|
14 | 15 |
</PropertyGroup> |
15 | 16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 |
<PlatformTarget>AnyCPU</PlatformTarget> |
FinalService/KCOM_FinalService/FinalService_Config/Properties/Settings.Designer.cs | ||
---|---|---|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
|
|
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
|
16 | 16 |
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
17 | 17 |
|
18 | 18 |
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
FinalService/KCOM_FinalService/FinalService_Watcher/FinalService_Watcher.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 | 3 |
<PropertyGroup> |
4 | 4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
... | ... | |
10 | 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 |
<RootNamespace>FinalService_Watcher</RootNamespace> |
12 | 12 |
<AssemblyName>FinalService_Watcher</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
13 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
14 | 14 |
<TargetFrameworkProfile> |
15 | 15 |
</TargetFrameworkProfile> |
16 | 16 |
<FileAlignment>512</FileAlignment> |
... | ... | |
24 | 24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | 25 |
<ErrorReport>prompt</ErrorReport> |
26 | 26 |
<WarningLevel>4</WarningLevel> |
27 |
<Prefer32Bit>false</Prefer32Bit> |
|
27 | 28 |
</PropertyGroup> |
28 | 29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
29 | 30 |
<PlatformTarget>x86</PlatformTarget> |
... | ... | |
33 | 34 |
<DefineConstants>TRACE</DefineConstants> |
34 | 35 |
<ErrorReport>prompt</ErrorReport> |
35 | 36 |
<WarningLevel>4</WarningLevel> |
37 |
<Prefer32Bit>false</Prefer32Bit> |
|
36 | 38 |
</PropertyGroup> |
37 | 39 |
<ItemGroup> |
38 | 40 |
<Reference Include="System" /> |
FinalService/KCOM_FinalService/FinalService_Watcher/app.config | ||
---|---|---|
12 | 12 |
</setting> |
13 | 13 |
</FinalService_Watcher.Properties.Settings> |
14 | 14 |
</userSettings> |
15 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |
|
15 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |
FinalService/KCOM_FinalService/IFinalPDF/IFinalPDF.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>IFinalPDF</RootNamespace> |
11 | 11 |
<AssemblyName>IFinalPDF</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 |
<TargetFrameworkProfile /> |
|
14 | 15 |
</PropertyGroup> |
15 | 16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
20 | 21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | 22 |
<ErrorReport>prompt</ErrorReport> |
22 | 23 |
<WarningLevel>4</WarningLevel> |
24 |
<Prefer32Bit>false</Prefer32Bit> |
|
23 | 25 |
</PropertyGroup> |
24 | 26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 | 27 |
<DebugType>pdbonly</DebugType> |
... | ... | |
28 | 30 |
<DefineConstants>TRACE</DefineConstants> |
29 | 31 |
<ErrorReport>prompt</ErrorReport> |
30 | 32 |
<WarningLevel>4</WarningLevel> |
33 |
<Prefer32Bit>false</Prefer32Bit> |
|
31 | 34 |
</PropertyGroup> |
32 | 35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
33 | 36 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
37 | 40 |
<PlatformTarget>x86</PlatformTarget> |
38 | 41 |
<ErrorReport>prompt</ErrorReport> |
39 | 42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
43 |
<Prefer32Bit>false</Prefer32Bit> |
|
40 | 44 |
</PropertyGroup> |
41 | 45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
42 | 46 |
<OutputPath>bin\x86\Release\</OutputPath> |
... | ... | |
46 | 50 |
<PlatformTarget>x86</PlatformTarget> |
47 | 51 |
<ErrorReport>prompt</ErrorReport> |
48 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 |
<Prefer32Bit>false</Prefer32Bit> |
|
49 | 54 |
</PropertyGroup> |
50 | 55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
51 | 56 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
55 | 60 |
<PlatformTarget>AnyCPU</PlatformTarget> |
56 | 61 |
<ErrorReport>prompt</ErrorReport> |
57 | 62 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
63 |
<Prefer32Bit>false</Prefer32Bit> |
|
58 | 64 |
</PropertyGroup> |
59 | 65 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
60 | 66 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
64 | 70 |
<PlatformTarget>x86</PlatformTarget> |
65 | 71 |
<ErrorReport>prompt</ErrorReport> |
66 | 72 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
73 |
<Prefer32Bit>false</Prefer32Bit> |
|
67 | 74 |
</PropertyGroup> |
68 | 75 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
69 | 76 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
73 | 80 |
<PlatformTarget>AnyCPU</PlatformTarget> |
74 | 81 |
<ErrorReport>prompt</ErrorReport> |
75 | 82 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
83 |
<Prefer32Bit>false</Prefer32Bit> |
|
76 | 84 |
</PropertyGroup> |
77 | 85 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
78 | 86 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
82 | 90 |
<PlatformTarget>x86</PlatformTarget> |
83 | 91 |
<ErrorReport>prompt</ErrorReport> |
84 | 92 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
93 |
<Prefer32Bit>false</Prefer32Bit> |
|
85 | 94 |
</PropertyGroup> |
86 | 95 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
87 | 96 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
91 | 100 |
<PlatformTarget>AnyCPU</PlatformTarget> |
92 | 101 |
<ErrorReport>prompt</ErrorReport> |
93 | 102 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
103 |
<Prefer32Bit>false</Prefer32Bit> |
|
94 | 104 |
</PropertyGroup> |
95 | 105 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
96 | 106 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
100 | 110 |
<PlatformTarget>x86</PlatformTarget> |
101 | 111 |
<ErrorReport>prompt</ErrorReport> |
102 | 112 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
113 |
<Prefer32Bit>false</Prefer32Bit> |
|
103 | 114 |
</PropertyGroup> |
104 | 115 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
105 | 116 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
109 | 120 |
<PlatformTarget>AnyCPU</PlatformTarget> |
110 | 121 |
<ErrorReport>prompt</ErrorReport> |
111 | 122 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
123 |
<Prefer32Bit>false</Prefer32Bit> |
|
112 | 124 |
</PropertyGroup> |
113 | 125 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
114 | 126 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
118 | 130 |
<PlatformTarget>x86</PlatformTarget> |
119 | 131 |
<ErrorReport>prompt</ErrorReport> |
120 | 132 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
133 |
<Prefer32Bit>false</Prefer32Bit> |
|
121 | 134 |
</PropertyGroup> |
122 | 135 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
123 | 136 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
127 | 140 |
<PlatformTarget>AnyCPU</PlatformTarget> |
128 | 141 |
<ErrorReport>prompt</ErrorReport> |
129 | 142 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
143 |
<Prefer32Bit>false</Prefer32Bit> |
|
130 | 144 |
</PropertyGroup> |
131 | 145 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
132 | 146 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
136 | 150 |
<PlatformTarget>x86</PlatformTarget> |
137 | 151 |
<ErrorReport>prompt</ErrorReport> |
138 | 152 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
153 |
<Prefer32Bit>false</Prefer32Bit> |
|
139 | 154 |
</PropertyGroup> |
140 | 155 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
141 | 156 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
145 | 160 |
<PlatformTarget>AnyCPU</PlatformTarget> |
146 | 161 |
<ErrorReport>prompt</ErrorReport> |
147 | 162 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
163 |
<Prefer32Bit>false</Prefer32Bit> |
|
148 | 164 |
</PropertyGroup> |
149 | 165 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
150 | 166 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
154 | 170 |
<PlatformTarget>x86</PlatformTarget> |
155 | 171 |
<ErrorReport>prompt</ErrorReport> |
156 | 172 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
173 |
<Prefer32Bit>false</Prefer32Bit> |
|
157 | 174 |
</PropertyGroup> |
158 | 175 |
<ItemGroup> |
159 | 176 |
<Reference Include="System" /> |
FinalService/KCOM_FinalService/KCOMDataModel/App.Config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 | 2 |
<configuration> |
3 | 3 |
<configSections> |
4 | 4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
5 | 5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
6 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
7 |
<section name="KCOMDataModel.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
8 |
</sectionGroup> |
|
6 | 9 |
</configSections> |
7 | 10 |
<connectionStrings> |
8 |
<add name="KCOMEntities" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" /> |
|
9 |
<add name="CIEntities" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" /> |
|
11 |
<add name="KCOMEntities" |
|
12 |
connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;application name=EntityFramework"" |
|
13 |
providerName="System.Data.EntityClient" /> |
|
14 |
<add name="CIEntities" |
|
15 |
connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider connection string="data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework"" |
|
16 |
providerName="System.Data.EntityClient" /> |
|
17 |
<!--<add name="KCOMEntities" |
|
18 |
connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;application name=EntityFramework"" |
|
19 |
providerName="System.Data.EntityClient" /> |
|
20 |
<add name="CIEntities" |
|
21 |
connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider connection string="data source=10.11.252.2;initial catalog=markus;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;MultipleActiveResultSets=True;App=EntityFramework"" |
|
22 |
providerName="System.Data.EntityClient" />--> |
|
10 | 23 |
</connectionStrings> |
11 | 24 |
<entityFramework> |
12 | 25 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> |
... | ... | |
15 | 28 |
</parameters> |
16 | 29 |
</defaultConnectionFactory> |
17 | 30 |
</entityFramework> |
18 |
</configuration> |
|
31 |
<applicationSettings> |
|
32 |
<KCOMDataModel.Properties.Settings> |
|
33 |
<setting name="ProjectConnectionString" serializeAs="String"> |
|
34 |
<value>data source=cloud.devdoftech.co.kr,7777;database={0};user id=doftech;password=dof1073#</value> |
|
35 |
<!--<value>data source=10.11.252.3;database={0};user id=ProjectPortalDBConn;password=ProjectPortalDBConn</value>--> |
|
36 |
</setting> |
|
37 |
</KCOMDataModel.Properties.Settings> |
|
38 |
</applicationSettings> |
|
39 |
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> |
FinalService/KCOM_FinalService/KCOMDataModel/Common/ConnectStringBuilder.cs | ||
---|---|---|
18 | 18 |
|
19 | 19 |
public static EntityConnectionStringBuilder KCOMConnectionString() |
20 | 20 |
{ |
21 |
|
|
22 | 21 |
SqlConnectionStringBuilder _bl = new SqlConnectionStringBuilder(string.Format(CommonLib.Common.GetConnectionString(), "markus")); |
23 | 22 |
return EntityConnectionStringBuilder(_bl, DeepViewMeta); |
24 | 23 |
} |
... | ... | |
37 | 36 |
= new DataModel.KCOMEntities(EntityConnectionStringBuilder(bl, DeepViewMeta).ToString())) |
38 | 37 |
{ |
39 | 38 |
var _catalog = entity.PROPERTIES.Where(property => property.TYPE == InitialCatalogString |
40 |
&& property.PROPERTY == ProjectNo);
|
|
39 |
/*&& property.PROPERTY == ProjectNo*/);
|
|
41 | 40 |
EntityConnectionStringBuilder builder = null; |
42 |
|
|
43 | 41 |
if (_catalog.Count() > 0) |
44 | 42 |
{ |
45 | 43 |
string _ConnectionString = string.Format(adoConnectionString, _catalog.First().VALUE); |
... | ... | |
47 | 45 |
|
48 | 46 |
builder = ConnectStringBuilder.EntityConnectionStringBuilder(sqlBuilder, Metadata); |
49 | 47 |
} |
50 |
else |
|
51 |
{ |
|
52 |
throw new Exception("I can't find the catalog of the project in Properties."); |
|
53 |
} |
|
54 | 48 |
|
55 | 49 |
return builder; |
56 | 50 |
} |
... | ... | |
71 | 65 |
|
72 | 66 |
entityBuilder.Provider = providerName; |
73 | 67 |
entityBuilder.ProviderConnectionString = providerString; |
74 |
entityBuilder.Metadata = EntityMetaData; |
|
68 |
entityBuilder.Metadata = EntityMetaData; |
|
69 |
//Console.WriteLine(entityBuilder.ToString()); |
|
70 |
|
|
71 |
//using (EntityConnection conn = |
|
72 |
// new EntityConnection(entityBuilder.ToString())) |
|
73 |
//{ |
|
74 |
// conn.Open(); |
|
75 |
// Console.WriteLine("Just testing the connection."); |
|
76 |
// conn.Close(); |
|
77 |
//} |
|
75 | 78 |
|
76 | 79 |
return entityBuilder; |
77 | 80 |
} |
FinalService/KCOM_FinalService/KCOMDataModel/DataModel/CIModel.Designer.cs | ||
---|---|---|
1 | 1 |
//------------------------------------------------------------------------------ |
2 | 2 |
// <auto-generated> |
3 |
// This code was generated from a template.
|
|
3 |
// 이 코드는 템플릿에서 생성되었습니다.
|
|
4 | 4 |
// |
5 |
// Manual changes to this file may cause unexpected behavior in your application.
|
|
6 |
// Manual changes to this file will be overwritten if the code is regenerated.
|
|
5 |
// 이 파일을 수동으로 변경하면 응용 프로그램에 예기치 않은 동작이 발생할 수 있습니다.
|
|
6 |
// 코드가 다시 생성되면 이 파일에 대한 수동 변경 사항을 덮어씁니다.
|
|
7 | 7 |
// </auto-generated> |
8 | 8 |
//------------------------------------------------------------------------------ |
9 | 9 |
|
... | ... | |
17 | 17 |
using System.Xml.Serialization; |
18 | 18 |
|
19 | 19 |
[assembly: EdmSchemaAttribute()] |
20 |
#region EDM Relationship Metadata
|
|
20 |
#region EDM 관계 메타데이터
|
|
21 | 21 |
|
22 | 22 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_DOCINFODOFPAGE", "DOCINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.DOCINFO), "DOCPAGE", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.DOCPAGE), true)] |
23 | 23 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_DOCINFOMARKUPINFO", "DOCINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.DOCINFO), "MARKUP_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_INFO), true)] |
24 | 24 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUPINFO_VERSIONMARKUPDATA", "MARKUP_INFO_VERSION", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION), "MARKUP_DATA", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_DATA), true)] |
25 | 25 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MARKUPINFOMARKUPINFO_VERSION", "MARKUP_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MARKUP_INFO), "MARKUP_INFO_VERSION", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION), true)] |
26 | 26 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_SIGNINFO_MEMBER", "MEMBER", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MEMBER), "SIGN_INFO", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.SIGN_INFO), true)] |
27 |
[assembly: EdmRelationshipAttribute("CIModel", "FK_MEMBER_DEPT_COLORINFO_MEMBER_DEPT_COLOR", "MEMBER_DEPT_COLOR", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(KCOMDataModel.DataModel.MEMBER_DEPT_COLOR), "MEMBER_DEPT_COLORINFO", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(KCOMDataModel.DataModel.MEMBER_DEPT_COLORINFO), true)] |
|
27 | 28 |
|
28 | 29 |
#endregion |
29 | 30 |
|
30 | 31 |
namespace KCOMDataModel.DataModel |
31 | 32 |
{ |
32 |
#region Contexts
|
|
33 |
#region 컨텍스트
|
|
33 | 34 |
|
34 | 35 |
/// <summary> |
35 |
/// No Metadata Documentation available.
|
|
36 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
36 | 37 |
/// </summary> |
37 | 38 |
public partial class CIEntities : ObjectContext |
38 | 39 |
{ |
39 |
#region Constructors
|
|
40 |
#region 생성자
|
|
40 | 41 |
|
41 | 42 |
/// <summary> |
42 |
/// Initializes a new CIEntities object using the connection string found in the 'CIEntities' section of the application configuration file.
|
|
43 |
/// 응용 프로그램 구성 파일의 'CIEntities' 섹션에서 검색된 연결 문자열을 사용하여 새 CIEntities 개체를 초기화합니다.
|
|
43 | 44 |
/// </summary> |
44 | 45 |
public CIEntities() : base("name=CIEntities", "CIEntities") |
45 | 46 |
{ |
... | ... | |
48 | 49 |
} |
49 | 50 |
|
50 | 51 |
/// <summary> |
51 |
/// Initialize a new CIEntities object.
|
|
52 |
/// 새 CIEntities 개체를 초기화합니다.
|
|
52 | 53 |
/// </summary> |
53 | 54 |
public CIEntities(string connectionString) : base(connectionString, "CIEntities") |
54 | 55 |
{ |
... | ... | |
57 | 58 |
} |
58 | 59 |
|
59 | 60 |
/// <summary> |
60 |
/// Initialize a new CIEntities object.
|
|
61 |
/// 새 CIEntities 개체를 초기화합니다.
|
|
61 | 62 |
/// </summary> |
62 | 63 |
public CIEntities(EntityConnection connection) : base(connection, "CIEntities") |
63 | 64 |
{ |
... | ... | |
67 | 68 |
|
68 | 69 |
#endregion |
69 | 70 |
|
70 |
#region Partial Methods
|
|
71 |
#region 부분 메서드(Partial Method)
|
|
71 | 72 |
|
72 | 73 |
partial void OnContextCreated(); |
73 | 74 |
|
74 | 75 |
#endregion |
75 | 76 |
|
76 |
#region ObjectSet Properties
|
|
77 |
#region ObjectSet 속성
|
|
77 | 78 |
|
78 | 79 |
/// <summary> |
79 |
/// No Metadata Documentation available. |
|
80 |
/// </summary> |
|
81 |
public ObjectSet<MEMBER> MEMBER |
|
82 |
{ |
|
83 |
get |
|
84 |
{ |
|
85 |
if ((_MEMBER == null)) |
|
86 |
{ |
|
87 |
_MEMBER = base.CreateObjectSet<MEMBER>("MEMBER"); |
|
88 |
} |
|
89 |
return _MEMBER; |
|
90 |
} |
|
91 |
} |
|
92 |
private ObjectSet<MEMBER> _MEMBER; |
|
93 |
|
|
94 |
/// <summary> |
|
95 |
/// No Metadata Documentation available. |
|
80 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
96 | 81 |
/// </summary> |
97 | 82 |
public ObjectSet<DOCUMENT_ITEM> DOCUMENT_ITEM |
98 | 83 |
{ |
... | ... | |
108 | 93 |
private ObjectSet<DOCUMENT_ITEM> _DOCUMENT_ITEM; |
109 | 94 |
|
110 | 95 |
/// <summary> |
111 |
/// No Metadata Documentation available.
|
|
96 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
112 | 97 |
/// </summary> |
113 | 98 |
public ObjectSet<DOCINFO> DOCINFO |
114 | 99 |
{ |
... | ... | |
124 | 109 |
private ObjectSet<DOCINFO> _DOCINFO; |
125 | 110 |
|
126 | 111 |
/// <summary> |
127 |
/// No Metadata Documentation available.
|
|
112 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
128 | 113 |
/// </summary> |
129 | 114 |
public ObjectSet<DOCPAGE> DOCPAGE |
130 | 115 |
{ |
... | ... | |
140 | 125 |
private ObjectSet<DOCPAGE> _DOCPAGE; |
141 | 126 |
|
142 | 127 |
/// <summary> |
143 |
/// No Metadata Documentation available.
|
|
128 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
144 | 129 |
/// </summary> |
145 | 130 |
public ObjectSet<MARKUP_DATA> MARKUP_DATA |
146 | 131 |
{ |
... | ... | |
156 | 141 |
private ObjectSet<MARKUP_DATA> _MARKUP_DATA; |
157 | 142 |
|
158 | 143 |
/// <summary> |
159 |
/// No Metadata Documentation available.
|
|
144 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
160 | 145 |
/// </summary> |
161 | 146 |
public ObjectSet<MARKUP_INFO> MARKUP_INFO |
162 | 147 |
{ |
... | ... | |
172 | 157 |
private ObjectSet<MARKUP_INFO> _MARKUP_INFO; |
173 | 158 |
|
174 | 159 |
/// <summary> |
175 |
/// No Metadata Documentation available.
|
|
160 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
176 | 161 |
/// </summary> |
177 | 162 |
public ObjectSet<MARKUP_INFO_VERSION> MARKUP_INFO_VERSION |
178 | 163 |
{ |
... | ... | |
188 | 173 |
private ObjectSet<MARKUP_INFO_VERSION> _MARKUP_INFO_VERSION; |
189 | 174 |
|
190 | 175 |
/// <summary> |
191 |
/// No Metadata Documentation available. |
|
176 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
177 |
/// </summary> |
|
178 |
public ObjectSet<MARKUP_CHECKLIST> MARKUP_CHECKLIST |
|
179 |
{ |
|
180 |
get |
|
181 |
{ |
|
182 |
if ((_MARKUP_CHECKLIST == null)) |
|
183 |
{ |
|
184 |
_MARKUP_CHECKLIST = base.CreateObjectSet<MARKUP_CHECKLIST>("MARKUP_CHECKLIST"); |
|
185 |
} |
|
186 |
return _MARKUP_CHECKLIST; |
|
187 |
} |
|
188 |
} |
|
189 |
private ObjectSet<MARKUP_CHECKLIST> _MARKUP_CHECKLIST; |
|
190 |
|
|
191 |
/// <summary> |
|
192 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
193 |
/// </summary> |
|
194 |
public ObjectSet<MEMBER> MEMBER |
|
195 |
{ |
|
196 |
get |
|
197 |
{ |
|
198 |
if ((_MEMBER == null)) |
|
199 |
{ |
|
200 |
_MEMBER = base.CreateObjectSet<MEMBER>("MEMBER"); |
|
201 |
} |
|
202 |
return _MEMBER; |
|
203 |
} |
|
204 |
} |
|
205 |
private ObjectSet<MEMBER> _MEMBER; |
|
206 |
|
|
207 |
/// <summary> |
|
208 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
192 | 209 |
/// </summary> |
193 | 210 |
public ObjectSet<SIGN_INFO> SIGN_INFO |
194 | 211 |
{ |
... | ... | |
204 | 221 |
private ObjectSet<SIGN_INFO> _SIGN_INFO; |
205 | 222 |
|
206 | 223 |
/// <summary> |
207 |
/// No Metadata Documentation available.
|
|
224 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
208 | 225 |
/// </summary> |
209 |
public ObjectSet<MARKUP_CHECKLIST> MARKUP_CHECKLIST
|
|
226 |
public ObjectSet<TALK> TALK
|
|
210 | 227 |
{ |
211 | 228 |
get |
212 | 229 |
{ |
213 |
if ((_MARKUP_CHECKLIST == null))
|
|
230 |
if ((_TALK == null))
|
|
214 | 231 |
{ |
215 |
_MARKUP_CHECKLIST = base.CreateObjectSet<MARKUP_CHECKLIST>("MARKUP_CHECKLIST");
|
|
232 |
_TALK = base.CreateObjectSet<TALK>("TALK");
|
|
216 | 233 |
} |
217 |
return _MARKUP_CHECKLIST;
|
|
234 |
return _TALK;
|
|
218 | 235 |
} |
219 | 236 |
} |
220 |
private ObjectSet<MARKUP_CHECKLIST> _MARKUP_CHECKLIST; |
|
221 |
|
|
222 |
#endregion |
|
223 |
|
|
224 |
#region AddTo Methods |
|
237 |
private ObjectSet<TALK> _TALK; |
|
225 | 238 |
|
226 | 239 |
/// <summary> |
227 |
/// Deprecated Method for adding a new object to the MEMBER EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
240 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
228 | 241 |
/// </summary> |
229 |
public void AddToMEMBER(MEMBER mEMBER)
|
|
242 |
public ObjectSet<CHECK_LIST> CHECK_LIST
|
|
230 | 243 |
{ |
231 |
base.AddObject("MEMBER", mEMBER); |
|
244 |
get |
|
245 |
{ |
|
246 |
if ((_CHECK_LIST == null)) |
|
247 |
{ |
|
248 |
_CHECK_LIST = base.CreateObjectSet<CHECK_LIST>("CHECK_LIST"); |
|
249 |
} |
|
250 |
return _CHECK_LIST; |
|
251 |
} |
|
252 |
} |
|
253 |
private ObjectSet<CHECK_LIST> _CHECK_LIST; |
|
254 |
|
|
255 |
/// <summary> |
|
256 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
257 |
/// </summary> |
|
258 |
public ObjectSet<CHECK_LIST_HISTORY> CHECK_LIST_HISTORY |
|
259 |
{ |
|
260 |
get |
|
261 |
{ |
|
262 |
if ((_CHECK_LIST_HISTORY == null)) |
|
263 |
{ |
|
264 |
_CHECK_LIST_HISTORY = base.CreateObjectSet<CHECK_LIST_HISTORY>("CHECK_LIST_HISTORY"); |
|
265 |
} |
|
266 |
return _CHECK_LIST_HISTORY; |
|
267 |
} |
|
268 |
} |
|
269 |
private ObjectSet<CHECK_LIST_HISTORY> _CHECK_LIST_HISTORY; |
|
270 |
|
|
271 |
/// <summary> |
|
272 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
273 |
/// </summary> |
|
274 |
public ObjectSet<MEMBER_DEPT_COLOR> MEMBER_DEPT_COLOR |
|
275 |
{ |
|
276 |
get |
|
277 |
{ |
|
278 |
if ((_MEMBER_DEPT_COLOR == null)) |
|
279 |
{ |
|
280 |
_MEMBER_DEPT_COLOR = base.CreateObjectSet<MEMBER_DEPT_COLOR>("MEMBER_DEPT_COLOR"); |
|
281 |
} |
|
282 |
return _MEMBER_DEPT_COLOR; |
|
283 |
} |
|
232 | 284 |
} |
285 |
private ObjectSet<MEMBER_DEPT_COLOR> _MEMBER_DEPT_COLOR; |
|
233 | 286 |
|
234 | 287 |
/// <summary> |
235 |
/// Deprecated Method for adding a new object to the DOCUMENT_ITEM EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. |
|
288 |
/// 사용 가능한 메타데이터 설명서가 없습니다. |
|
289 |
/// </summary> |
|
290 |
public ObjectSet<MEMBER_DEPT_COLORINFO> MEMBER_DEPT_COLORINFO |
|
291 |
{ |
|
292 |
get |
|
293 |
{ |
|
294 |
if ((_MEMBER_DEPT_COLORINFO == null)) |
|
295 |
{ |
|
296 |
_MEMBER_DEPT_COLORINFO = base.CreateObjectSet<MEMBER_DEPT_COLORINFO>("MEMBER_DEPT_COLORINFO"); |
|
297 |
} |
|
298 |
return _MEMBER_DEPT_COLORINFO; |
|
299 |
} |
|
300 |
} |
|
301 |
private ObjectSet<MEMBER_DEPT_COLORINFO> _MEMBER_DEPT_COLORINFO; |
|
302 |
|
|
303 |
#endregion |
|
304 |
|
|
305 |
#region AddTo 메서드 |
|
306 |
|
|
307 |
/// <summary> |
|
308 |
/// DOCUMENT_ITEM EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
236 | 309 |
/// </summary> |
237 | 310 |
public void AddToDOCUMENT_ITEM(DOCUMENT_ITEM dOCUMENT_ITEM) |
238 | 311 |
{ |
... | ... | |
240 | 313 |
} |
241 | 314 |
|
242 | 315 |
/// <summary> |
243 |
/// Deprecated Method for adding a new object to the DOCINFO EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
316 |
/// DOCINFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
244 | 317 |
/// </summary> |
245 | 318 |
public void AddToDOCINFO(DOCINFO dOCINFO) |
246 | 319 |
{ |
... | ... | |
248 | 321 |
} |
249 | 322 |
|
250 | 323 |
/// <summary> |
251 |
/// Deprecated Method for adding a new object to the DOCPAGE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
324 |
/// DOCPAGE EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
252 | 325 |
/// </summary> |
253 | 326 |
public void AddToDOCPAGE(DOCPAGE dOCPAGE) |
254 | 327 |
{ |
... | ... | |
256 | 329 |
} |
257 | 330 |
|
258 | 331 |
/// <summary> |
259 |
/// Deprecated Method for adding a new object to the MARKUP_DATA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
332 |
/// MARKUP_DATA EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
260 | 333 |
/// </summary> |
261 | 334 |
public void AddToMARKUP_DATA(MARKUP_DATA mARKUP_DATA) |
262 | 335 |
{ |
... | ... | |
264 | 337 |
} |
265 | 338 |
|
266 | 339 |
/// <summary> |
267 |
/// Deprecated Method for adding a new object to the MARKUP_INFO EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
340 |
/// MARKUP_INFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
268 | 341 |
/// </summary> |
269 | 342 |
public void AddToMARKUP_INFO(MARKUP_INFO mARKUP_INFO) |
270 | 343 |
{ |
... | ... | |
272 | 345 |
} |
273 | 346 |
|
274 | 347 |
/// <summary> |
275 |
/// Deprecated Method for adding a new object to the MARKUP_INFO_VERSION EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
348 |
/// MARKUP_INFO_VERSION EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
276 | 349 |
/// </summary> |
277 | 350 |
public void AddToMARKUP_INFO_VERSION(MARKUP_INFO_VERSION mARKUP_INFO_VERSION) |
278 | 351 |
{ |
... | ... | |
280 | 353 |
} |
281 | 354 |
|
282 | 355 |
/// <summary> |
283 |
/// Deprecated Method for adding a new object to the SIGN_INFO EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. |
|
356 |
/// MARKUP_CHECKLIST EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
357 |
/// </summary> |
|
358 |
public void AddToMARKUP_CHECKLIST(MARKUP_CHECKLIST mARKUP_CHECKLIST) |
|
359 |
{ |
|
360 |
base.AddObject("MARKUP_CHECKLIST", mARKUP_CHECKLIST); |
|
361 |
} |
|
362 |
|
|
363 |
/// <summary> |
|
364 |
/// MEMBER EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
365 |
/// </summary> |
|
366 |
public void AddToMEMBER(MEMBER mEMBER) |
|
367 |
{ |
|
368 |
base.AddObject("MEMBER", mEMBER); |
|
369 |
} |
|
370 |
|
|
371 |
/// <summary> |
|
372 |
/// SIGN_INFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
284 | 373 |
/// </summary> |
285 | 374 |
public void AddToSIGN_INFO(SIGN_INFO sIGN_INFO) |
286 | 375 |
{ |
... | ... | |
288 | 377 |
} |
289 | 378 |
|
290 | 379 |
/// <summary> |
291 |
/// Deprecated Method for adding a new object to the MARKUP_CHECKLIST EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
380 |
/// TALK EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오.
|
|
292 | 381 |
/// </summary> |
293 |
public void AddToMARKUP_CHECKLIST(MARKUP_CHECKLIST mARKUP_CHECKLIST)
|
|
382 |
public void AddToTALK(TALK tALK)
|
|
294 | 383 |
{ |
295 |
base.AddObject("MARKUP_CHECKLIST", mARKUP_CHECKLIST); |
|
384 |
base.AddObject("TALK", tALK); |
|
385 |
} |
|
386 |
|
|
387 |
/// <summary> |
|
388 |
/// CHECK_LIST EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
389 |
/// </summary> |
|
390 |
public void AddToCHECK_LIST(CHECK_LIST cHECK_LIST) |
|
391 |
{ |
|
392 |
base.AddObject("CHECK_LIST", cHECK_LIST); |
|
393 |
} |
|
394 |
|
|
395 |
/// <summary> |
|
396 |
/// CHECK_LIST_HISTORY EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
397 |
/// </summary> |
|
398 |
public void AddToCHECK_LIST_HISTORY(CHECK_LIST_HISTORY cHECK_LIST_HISTORY) |
|
399 |
{ |
|
400 |
base.AddObject("CHECK_LIST_HISTORY", cHECK_LIST_HISTORY); |
|
401 |
} |
|
402 |
|
|
403 |
/// <summary> |
|
404 |
/// MEMBER_DEPT_COLOR EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
405 |
/// </summary> |
|
406 |
public void AddToMEMBER_DEPT_COLOR(MEMBER_DEPT_COLOR mEMBER_DEPT_COLOR) |
|
407 |
{ |
|
408 |
base.AddObject("MEMBER_DEPT_COLOR", mEMBER_DEPT_COLOR); |
|
409 |
} |
|
410 |
|
|
411 |
/// <summary> |
|
412 |
/// MEMBER_DEPT_COLORINFO EntitySet에 새 개체를 추가하는 데 사용되지 않는 메서드입니다. 연결된 ObjectSet<T> 속성의 .Add 메서드를 대신 사용하십시오. |
|
413 |
/// </summary> |
|
414 |
public void AddToMEMBER_DEPT_COLORINFO(MEMBER_DEPT_COLORINFO mEMBER_DEPT_COLORINFO) |
|
415 |
{ |
|
416 |
base.AddObject("MEMBER_DEPT_COLORINFO", mEMBER_DEPT_COLORINFO); |
|
296 | 417 |
} |
297 | 418 |
|
298 | 419 |
#endregion |
... | ... | |
301 | 422 |
|
302 | 423 |
#endregion |
303 | 424 |
|
304 |
#region Entities
|
|
425 |
#region 엔터티
|
|
305 | 426 |
|
306 | 427 |
/// <summary> |
307 |
/// No Metadata Documentation available.
|
|
428 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
308 | 429 |
/// </summary> |
309 |
[EdmEntityTypeAttribute(NamespaceName="CIModel", Name="DOCINFO")]
|
|
430 |
[EdmEntityTypeAttribute(NamespaceName="CIModel", Name="CHECK_LIST")]
|
|
310 | 431 |
[Serializable()] |
311 | 432 |
[DataContractAttribute(IsReference=true)] |
312 |
public partial class DOCINFO : EntityObject
|
|
433 |
public partial class CHECK_LIST : EntityObject
|
|
313 | 434 |
{ |
314 |
#region Factory Method
|
|
435 |
#region 팩터리 메서드
|
|
315 | 436 |
|
316 | 437 |
/// <summary> |
317 |
/// Create a new DOCINFO object.
|
|
438 |
/// 새 CHECK_LIST 개체를 만듭니다.
|
|
318 | 439 |
/// </summary> |
319 |
/// <param name="id">Initial value of the ID property.</param> |
|
320 |
/// <param name="oRIGINAL_FILE">Initial value of the ORIGINAL_FILE property.</param> |
|
321 |
/// <param name="dOCUMENT_ID">Initial value of the DOCUMENT_ID property.</param> |
|
322 |
/// <param name="pAGE_COUNT">Initial value of the PAGE_COUNT property.</param> |
|
323 |
/// <param name="pROJECT_NO">Initial value of the PROJECT_NO property.</param> |
|
324 |
public static DOCINFO CreateDOCINFO(global::System.String id, global::System.String oRIGINAL_FILE, global::System.String dOCUMENT_ID, global::System.Int32 pAGE_COUNT, global::System.String pROJECT_NO) |
|
440 |
/// <param name="id">ID 속성의 초기 값입니다.</param> |
|
441 |
/// <param name="dOCUMENT_ID">DOCUMENT_ID 속성의 초기 값입니다.</param> |
|
442 |
/// <param name="uSER_ID">USER_ID 속성의 초기 값입니다.</param> |
|
443 |
/// <param name="rEVISION">REVISION 속성의 초기 값입니다.</param> |
|
444 |
/// <param name="pAGENUMBER">PAGENUMBER 속성의 초기 값입니다.</param> |
|
445 |
/// <param name="iMAGE_URL">IMAGE_URL 속성의 초기 값입니다.</param> |
|
446 |
/// <param name="sTATUS">STATUS 속성의 초기 값입니다.</param> |
|
447 |
/// <param name="pROJECT_NO">PROJECT_NO 속성의 초기 값입니다.</param> |
|
448 |
/// <param name="iMAGE_ANCHOR">IMAGE_ANCHOR 속성의 초기 값입니다.</param> |
|
449 |
public static CHECK_LIST CreateCHECK_LIST(global::System.String id, global::System.String dOCUMENT_ID, global::System.String uSER_ID, global::System.String rEVISION, global::System.Int32 pAGENUMBER, global::System.String iMAGE_URL, global::System.String sTATUS, global::System.String pROJECT_NO, global::System.String iMAGE_ANCHOR) |
|
325 | 450 |
{ |
326 |
DOCINFO dOCINFO = new DOCINFO(); |
|
327 |
dOCINFO.ID = id; |
|
328 |
dOCINFO.ORIGINAL_FILE = oRIGINAL_FILE; |
|
329 |
dOCINFO.DOCUMENT_ID = dOCUMENT_ID; |
|
330 |
dOCINFO.PAGE_COUNT = pAGE_COUNT; |
|
331 |
dOCINFO.PROJECT_NO = pROJECT_NO; |
|
332 |
return dOCINFO; |
|
451 |
CHECK_LIST cHECK_LIST = new CHECK_LIST(); |
|
452 |
cHECK_LIST.ID = id; |
|
453 |
cHECK_LIST.DOCUMENT_ID = dOCUMENT_ID; |
|
454 |
cHECK_LIST.USER_ID = uSER_ID; |
|
455 |
cHECK_LIST.REVISION = rEVISION; |
|
456 |
cHECK_LIST.PAGENUMBER = pAGENUMBER; |
|
457 |
cHECK_LIST.IMAGE_URL = iMAGE_URL; |
|
458 |
cHECK_LIST.STATUS = sTATUS; |
|
459 |
cHECK_LIST.PROJECT_NO = pROJECT_NO; |
|
460 |
cHECK_LIST.IMAGE_ANCHOR = iMAGE_ANCHOR; |
|
461 |
return cHECK_LIST; |
|
333 | 462 |
} |
334 | 463 |
|
335 | 464 |
#endregion |
336 | 465 |
|
337 |
#region Primitive Properties
|
|
466 |
#region 기본 속성
|
|
338 | 467 |
|
339 | 468 |
/// <summary> |
340 |
/// No Metadata Documentation available.
|
|
469 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
341 | 470 |
/// </summary> |
342 | 471 |
[EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)] |
343 | 472 |
[DataMemberAttribute()] |
... | ... | |
364 | 493 |
partial void OnIDChanged(); |
365 | 494 |
|
366 | 495 |
/// <summary> |
367 |
/// No Metadata Documentation available.
|
|
496 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
368 | 497 |
/// </summary> |
369 | 498 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
370 | 499 |
[DataMemberAttribute()] |
371 |
public global::System.String ORIGINAL_FILE
|
|
500 |
public global::System.String DOCUMENT_ID
|
|
372 | 501 |
{ |
373 | 502 |
get |
374 | 503 |
{ |
375 |
return _ORIGINAL_FILE;
|
|
504 |
return _DOCUMENT_ID;
|
|
376 | 505 |
} |
377 | 506 |
set |
378 | 507 |
{ |
379 |
OnORIGINAL_FILEChanging(value);
|
|
380 |
ReportPropertyChanging("ORIGINAL_FILE");
|
|
381 |
_ORIGINAL_FILE = StructuralObject.SetValidValue(value, false);
|
|
382 |
ReportPropertyChanged("ORIGINAL_FILE");
|
|
383 |
OnORIGINAL_FILEChanged();
|
|
508 |
OnDOCUMENT_IDChanging(value);
|
|
509 |
ReportPropertyChanging("DOCUMENT_ID");
|
|
510 |
_DOCUMENT_ID = StructuralObject.SetValidValue(value, false);
|
|
511 |
ReportPropertyChanged("DOCUMENT_ID");
|
|
512 |
OnDOCUMENT_IDChanged();
|
|
384 | 513 |
} |
385 | 514 |
} |
386 |
private global::System.String _ORIGINAL_FILE;
|
|
387 |
partial void OnORIGINAL_FILEChanging(global::System.String value);
|
|
388 |
partial void OnORIGINAL_FILEChanged();
|
|
515 |
private global::System.String _DOCUMENT_ID;
|
|
516 |
partial void OnDOCUMENT_IDChanging(global::System.String value);
|
|
517 |
partial void OnDOCUMENT_IDChanged();
|
|
389 | 518 |
|
390 | 519 |
/// <summary> |
391 |
/// No Metadata Documentation available.
|
|
520 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
392 | 521 |
/// </summary> |
393 | 522 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
394 | 523 |
[DataMemberAttribute()] |
395 |
public global::System.String DOCUMENT_ID
|
|
524 |
public global::System.String USER_ID
|
|
396 | 525 |
{ |
397 | 526 |
get |
398 | 527 |
{ |
399 |
return _DOCUMENT_ID;
|
|
528 |
return _USER_ID;
|
|
400 | 529 |
} |
401 | 530 |
set |
402 | 531 |
{ |
403 |
OnDOCUMENT_IDChanging(value);
|
|
404 |
ReportPropertyChanging("DOCUMENT_ID");
|
|
405 |
_DOCUMENT_ID = StructuralObject.SetValidValue(value, false);
|
|
406 |
ReportPropertyChanged("DOCUMENT_ID");
|
|
407 |
OnDOCUMENT_IDChanged();
|
|
532 |
OnUSER_IDChanging(value);
|
|
533 |
ReportPropertyChanging("USER_ID");
|
|
534 |
_USER_ID = StructuralObject.SetValidValue(value, false);
|
|
535 |
ReportPropertyChanged("USER_ID");
|
|
536 |
OnUSER_IDChanged();
|
|
408 | 537 |
} |
409 | 538 |
} |
410 |
private global::System.String _DOCUMENT_ID;
|
|
411 |
partial void OnDOCUMENT_IDChanging(global::System.String value);
|
|
412 |
partial void OnDOCUMENT_IDChanged();
|
|
539 |
private global::System.String _USER_ID;
|
|
540 |
partial void OnUSER_IDChanging(global::System.String value);
|
|
541 |
partial void OnUSER_IDChanged();
|
|
413 | 542 |
|
414 | 543 |
/// <summary> |
415 |
/// No Metadata Documentation available.
|
|
544 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
416 | 545 |
/// </summary> |
417 | 546 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
418 | 547 |
[DataMemberAttribute()] |
419 |
public global::System.Int32 PAGE_COUNT
|
|
548 |
public global::System.String REVISION
|
|
420 | 549 |
{ |
421 | 550 |
get |
422 | 551 |
{ |
423 |
return _PAGE_COUNT;
|
|
552 |
return _REVISION;
|
|
424 | 553 |
} |
425 | 554 |
set |
426 | 555 |
{ |
427 |
OnPAGE_COUNTChanging(value);
|
|
428 |
ReportPropertyChanging("PAGE_COUNT");
|
|
429 |
_PAGE_COUNT = StructuralObject.SetValidValue(value);
|
|
430 |
ReportPropertyChanged("PAGE_COUNT");
|
|
431 |
OnPAGE_COUNTChanged();
|
|
556 |
OnREVISIONChanging(value);
|
|
557 |
ReportPropertyChanging("REVISION");
|
|
558 |
_REVISION = StructuralObject.SetValidValue(value, false);
|
|
559 |
ReportPropertyChanged("REVISION");
|
|
560 |
OnREVISIONChanged();
|
|
432 | 561 |
} |
433 | 562 |
} |
434 |
private global::System.Int32 _PAGE_COUNT;
|
|
435 |
partial void OnPAGE_COUNTChanging(global::System.Int32 value);
|
|
436 |
partial void OnPAGE_COUNTChanged();
|
|
563 |
private global::System.String _REVISION;
|
|
564 |
partial void OnREVISIONChanging(global::System.String value);
|
|
565 |
partial void OnREVISIONChanged();
|
|
437 | 566 |
|
438 | 567 |
/// <summary> |
439 |
/// No Metadata Documentation available.
|
|
568 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
440 | 569 |
/// </summary> |
441 | 570 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
442 | 571 |
[DataMemberAttribute()] |
443 |
public global::System.String PROJECT_NO
|
|
572 |
public global::System.Int32 PAGENUMBER
|
|
444 | 573 |
{ |
445 | 574 |
get |
446 | 575 |
{ |
447 |
return _PROJECT_NO;
|
|
576 |
return _PAGENUMBER;
|
|
448 | 577 |
} |
449 | 578 |
set |
450 | 579 |
{ |
451 |
OnPROJECT_NOChanging(value);
|
|
452 |
ReportPropertyChanging("PROJECT_NO");
|
|
453 |
_PROJECT_NO = StructuralObject.SetValidValue(value, false);
|
|
454 |
ReportPropertyChanged("PROJECT_NO");
|
|
455 |
OnPROJECT_NOChanged();
|
|
580 |
OnPAGENUMBERChanging(value);
|
|
581 |
ReportPropertyChanging("PAGENUMBER");
|
|
582 |
_PAGENUMBER = StructuralObject.SetValidValue(value);
|
|
583 |
ReportPropertyChanged("PAGENUMBER");
|
|
584 |
OnPAGENUMBERChanged();
|
|
456 | 585 |
} |
457 | 586 |
} |
458 |
private global::System.String _PROJECT_NO; |
|
459 |
partial void OnPROJECT_NOChanging(global::System.String value); |
|
460 |
partial void OnPROJECT_NOChanged(); |
|
461 |
|
|
462 |
#endregion |
|
463 |
|
|
464 |
|
|
465 |
#region Navigation Properties |
|
587 |
private global::System.Int32 _PAGENUMBER; |
|
588 |
partial void OnPAGENUMBERChanging(global::System.Int32 value); |
|
589 |
partial void OnPAGENUMBERChanged(); |
|
466 | 590 |
|
467 | 591 |
/// <summary> |
468 |
/// No Metadata Documentation available.
|
|
592 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
469 | 593 |
/// </summary> |
470 |
[XmlIgnoreAttribute()] |
|
471 |
[SoapIgnoreAttribute()] |
|
594 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)] |
|
472 | 595 |
[DataMemberAttribute()] |
473 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFODOFPAGE", "DOCPAGE")] |
|
474 |
public EntityCollection<DOCPAGE> DOCPAGE |
|
596 |
public global::System.String TODOLIST |
|
475 | 597 |
{ |
476 | 598 |
get |
477 | 599 |
{ |
478 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<DOCPAGE>("CIModel.FK_DOCINFODOFPAGE", "DOCPAGE");
|
|
600 |
return _TODOLIST;
|
|
479 | 601 |
} |
480 | 602 |
set |
481 | 603 |
{ |
482 |
if ((value != null)) |
|
483 |
{ |
|
484 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<DOCPAGE>("CIModel.FK_DOCINFODOFPAGE", "DOCPAGE", value); |
|
485 |
} |
|
604 |
OnTODOLISTChanging(value); |
|
605 |
ReportPropertyChanging("TODOLIST"); |
|
606 |
_TODOLIST = StructuralObject.SetValidValue(value, true); |
|
607 |
ReportPropertyChanged("TODOLIST"); |
|
608 |
OnTODOLISTChanged(); |
|
486 | 609 |
} |
487 | 610 |
} |
611 |
private global::System.String _TODOLIST; |
|
612 |
partial void OnTODOLISTChanging(global::System.String value); |
|
613 |
partial void OnTODOLISTChanged(); |
|
488 | 614 |
|
489 | 615 |
/// <summary> |
490 |
/// No Metadata Documentation available.
|
|
616 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
491 | 617 |
/// </summary> |
492 |
[XmlIgnoreAttribute()] |
|
493 |
[SoapIgnoreAttribute()] |
|
618 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
|
494 | 619 |
[DataMemberAttribute()] |
495 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFOMARKUPINFO", "MARKUP_INFO")] |
|
496 |
public EntityCollection<MARKUP_INFO> MARKUP_INFO |
|
620 |
public global::System.String IMAGE_URL |
|
497 | 621 |
{ |
498 | 622 |
get |
499 | 623 |
{ |
500 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedCollection<MARKUP_INFO>("CIModel.FK_DOCINFOMARKUPINFO", "MARKUP_INFO");
|
|
624 |
return _IMAGE_URL;
|
|
501 | 625 |
} |
502 | 626 |
set |
503 | 627 |
{ |
504 |
if ((value != null)) |
|
505 |
{ |
|
506 |
((IEntityWithRelationships)this).RelationshipManager.InitializeRelatedCollection<MARKUP_INFO>("CIModel.FK_DOCINFOMARKUPINFO", "MARKUP_INFO", value); |
|
507 |
} |
|
628 |
OnIMAGE_URLChanging(value); |
|
629 |
ReportPropertyChanging("IMAGE_URL"); |
|
630 |
_IMAGE_URL = StructuralObject.SetValidValue(value, false); |
|
631 |
ReportPropertyChanged("IMAGE_URL"); |
|
632 |
OnIMAGE_URLChanged(); |
|
508 | 633 |
} |
509 | 634 |
} |
510 |
|
|
511 |
#endregion |
|
512 |
|
|
513 |
} |
|
514 |
|
|
515 |
/// <summary> |
|
516 |
/// No Metadata Documentation available. |
|
517 |
/// </summary> |
|
518 |
[EdmEntityTypeAttribute(NamespaceName="CIModel", Name="DOCPAGE")] |
|
519 |
[Serializable()] |
|
520 |
[DataContractAttribute(IsReference=true)] |
|
521 |
public partial class DOCPAGE : EntityObject |
|
522 |
{ |
|
523 |
#region Factory Method |
|
635 |
private global::System.String _IMAGE_URL; |
|
636 |
partial void OnIMAGE_URLChanging(global::System.String value); |
|
637 |
partial void OnIMAGE_URLChanged(); |
|
524 | 638 |
|
525 | 639 |
/// <summary> |
526 |
/// Create a new DOCPAGE object.
|
|
640 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
527 | 641 |
/// </summary> |
528 |
/// <param name="id">Initial value of the ID property.</param> |
|
529 |
/// <param name="dOCINFO_ID">Initial value of the DOCINFO_ID property.</param> |
|
530 |
/// <param name="pAGE_NUMBER">Initial value of the PAGE_NUMBER property.</param> |
|
531 |
/// <param name="pAGE_WIDTH">Initial value of the PAGE_WIDTH property.</param> |
|
532 |
/// <param name="pAGE_HEIGHT">Initial value of the PAGE_HEIGHT property.</param> |
|
533 |
/// <param name="pAGE_ANGLE">Initial value of the PAGE_ANGLE property.</param> |
|
534 |
public static DOCPAGE CreateDOCPAGE(global::System.String id, global::System.String dOCINFO_ID, global::System.Int32 pAGE_NUMBER, global::System.String pAGE_WIDTH, global::System.String pAGE_HEIGHT, global::System.Int32 pAGE_ANGLE) |
|
535 |
{ |
|
536 |
DOCPAGE dOCPAGE = new DOCPAGE(); |
|
537 |
dOCPAGE.ID = id; |
|
538 |
dOCPAGE.DOCINFO_ID = dOCINFO_ID; |
|
539 |
dOCPAGE.PAGE_NUMBER = pAGE_NUMBER; |
|
540 |
dOCPAGE.PAGE_WIDTH = pAGE_WIDTH; |
|
541 |
dOCPAGE.PAGE_HEIGHT = pAGE_HEIGHT; |
|
542 |
dOCPAGE.PAGE_ANGLE = pAGE_ANGLE; |
|
543 |
return dOCPAGE; |
|
544 |
} |
|
545 |
|
|
546 |
#endregion |
|
547 |
|
|
548 |
#region Primitive Properties |
|
549 |
|
|
550 |
/// <summary> |
|
551 |
/// No Metadata Documentation available. |
|
552 |
/// </summary> |
|
553 |
[EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)] |
|
642 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
|
554 | 643 |
[DataMemberAttribute()] |
555 |
public global::System.String ID
|
|
644 |
public global::System.String STATUS
|
|
556 | 645 |
{ |
557 | 646 |
get |
558 | 647 |
{ |
559 |
return _ID;
|
|
648 |
return _STATUS;
|
|
560 | 649 |
} |
561 | 650 |
set |
562 | 651 |
{ |
563 |
if (_ID != value) |
|
564 |
{ |
|
565 |
OnIDChanging(value); |
|
566 |
ReportPropertyChanging("ID"); |
|
567 |
_ID = StructuralObject.SetValidValue(value, false); |
|
568 |
ReportPropertyChanged("ID"); |
|
569 |
OnIDChanged(); |
|
570 |
} |
|
652 |
OnSTATUSChanging(value); |
|
653 |
ReportPropertyChanging("STATUS"); |
|
654 |
_STATUS = StructuralObject.SetValidValue(value, false); |
|
655 |
ReportPropertyChanged("STATUS"); |
|
656 |
OnSTATUSChanged(); |
|
571 | 657 |
} |
572 | 658 |
} |
573 |
private global::System.String _ID;
|
|
574 |
partial void OnIDChanging(global::System.String value);
|
|
575 |
partial void OnIDChanged();
|
|
659 |
private global::System.String _STATUS;
|
|
660 |
partial void OnSTATUSChanging(global::System.String value);
|
|
661 |
partial void OnSTATUSChanged();
|
|
576 | 662 |
|
577 | 663 |
/// <summary> |
578 |
/// No Metadata Documentation available.
|
|
664 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
579 | 665 |
/// </summary> |
580 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
|
|
666 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
|
|
581 | 667 |
[DataMemberAttribute()] |
582 |
public global::System.String DOCINFO_ID
|
|
668 |
public global::System.String VENDOR
|
|
583 | 669 |
{ |
584 | 670 |
get |
585 | 671 |
{ |
586 |
return _DOCINFO_ID;
|
|
672 |
return _VENDOR;
|
|
587 | 673 |
} |
588 | 674 |
set |
589 | 675 |
{ |
590 |
OnDOCINFO_IDChanging(value);
|
|
591 |
ReportPropertyChanging("DOCINFO_ID");
|
|
592 |
_DOCINFO_ID = StructuralObject.SetValidValue(value, false);
|
|
593 |
ReportPropertyChanged("DOCINFO_ID");
|
|
594 |
OnDOCINFO_IDChanged();
|
|
676 |
OnVENDORChanging(value);
|
|
677 |
ReportPropertyChanging("VENDOR");
|
|
678 |
_VENDOR = StructuralObject.SetValidValue(value, true);
|
|
679 |
ReportPropertyChanged("VENDOR");
|
|
680 |
OnVENDORChanged();
|
|
595 | 681 |
} |
596 | 682 |
} |
597 |
private global::System.String _DOCINFO_ID;
|
|
598 |
partial void OnDOCINFO_IDChanging(global::System.String value);
|
|
599 |
partial void OnDOCINFO_IDChanged();
|
|
683 |
private global::System.String _VENDOR;
|
|
684 |
partial void OnVENDORChanging(global::System.String value);
|
|
685 |
partial void OnVENDORChanged();
|
|
600 | 686 |
|
601 | 687 |
/// <summary> |
602 |
/// No Metadata Documentation available.
|
|
688 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
603 | 689 |
/// </summary> |
604 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
|
|
690 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
|
|
605 | 691 |
[DataMemberAttribute()] |
606 |
public global::System.Int32 PAGE_NUMBER
|
|
692 |
public global::System.String REMARK
|
|
607 | 693 |
{ |
608 | 694 |
get |
609 | 695 |
{ |
610 |
return _PAGE_NUMBER;
|
|
696 |
return _REMARK;
|
|
611 | 697 |
} |
612 | 698 |
set |
613 | 699 |
{ |
614 |
OnPAGE_NUMBERChanging(value);
|
|
615 |
ReportPropertyChanging("PAGE_NUMBER");
|
|
616 |
_PAGE_NUMBER = StructuralObject.SetValidValue(value);
|
|
617 |
ReportPropertyChanged("PAGE_NUMBER");
|
|
618 |
OnPAGE_NUMBERChanged();
|
|
700 |
OnREMARKChanging(value);
|
|
701 |
ReportPropertyChanging("REMARK");
|
|
702 |
_REMARK = StructuralObject.SetValidValue(value, true);
|
|
703 |
ReportPropertyChanged("REMARK");
|
|
704 |
OnREMARKChanged();
|
|
619 | 705 |
} |
620 | 706 |
} |
621 |
private global::System.Int32 _PAGE_NUMBER;
|
|
622 |
partial void OnPAGE_NUMBERChanging(global::System.Int32 value);
|
|
623 |
partial void OnPAGE_NUMBERChanged();
|
|
707 |
private global::System.String _REMARK;
|
|
708 |
partial void OnREMARKChanging(global::System.String value);
|
|
709 |
partial void OnREMARKChanged();
|
|
624 | 710 |
|
625 | 711 |
/// <summary> |
626 |
/// No Metadata Documentation available.
|
|
712 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
627 | 713 |
/// </summary> |
628 | 714 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)] |
629 | 715 |
[DataMemberAttribute()] |
630 |
public global::System.String PAGE_WIDTH
|
|
716 |
public global::System.String PROJECT_NO
|
|
631 | 717 |
{ |
632 | 718 |
get |
633 | 719 |
{ |
634 |
return _PAGE_WIDTH;
|
|
720 |
return _PROJECT_NO;
|
|
635 | 721 |
} |
636 | 722 |
set |
637 | 723 |
{ |
638 |
OnPAGE_WIDTHChanging(value);
|
|
639 |
ReportPropertyChanging("PAGE_WIDTH");
|
|
640 |
_PAGE_WIDTH = StructuralObject.SetValidValue(value, false);
|
|
641 |
ReportPropertyChanged("PAGE_WIDTH");
|
|
642 |
OnPAGE_WIDTHChanged();
|
|
724 |
OnPROJECT_NOChanging(value);
|
|
725 |
ReportPropertyChanging("PROJECT_NO");
|
|
726 |
_PROJECT_NO = StructuralObject.SetValidValue(value, false);
|
|
727 |
ReportPropertyChanged("PROJECT_NO");
|
|
728 |
OnPROJECT_NOChanged();
|
|
643 | 729 |
} |
644 | 730 |
} |
645 |
private global::System.String _PAGE_WIDTH;
|
|
646 |
partial void OnPAGE_WIDTHChanging(global::System.String value);
|
|
647 |
partial void OnPAGE_WIDTHChanged();
|
|
731 |
private global::System.String _PROJECT_NO;
|
|
732 |
partial void OnPROJECT_NOChanging(global::System.String value);
|
|
733 |
partial void OnPROJECT_NOChanged();
|
|
648 | 734 |
|
649 | 735 |
/// <summary> |
650 |
/// No Metadata Documentation available.
|
|
736 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
651 | 737 |
/// </summary> |
652 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
|
|
738 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
|
|
653 | 739 |
[DataMemberAttribute()] |
654 |
public global::System.String PAGE_HEIGHT
|
|
740 |
public global::System.String REV_4
|
|
655 | 741 |
{ |
656 | 742 |
get |
657 | 743 |
{ |
658 |
return _PAGE_HEIGHT;
|
|
744 |
return _REV_4;
|
|
659 | 745 |
} |
660 | 746 |
set |
661 | 747 |
{ |
662 |
OnPAGE_HEIGHTChanging(value);
|
|
663 |
ReportPropertyChanging("PAGE_HEIGHT");
|
|
664 |
_PAGE_HEIGHT = StructuralObject.SetValidValue(value, false);
|
|
665 |
ReportPropertyChanged("PAGE_HEIGHT");
|
|
666 |
OnPAGE_HEIGHTChanged();
|
|
748 |
OnREV_4Changing(value);
|
|
749 |
ReportPropertyChanging("REV_4");
|
|
750 |
_REV_4 = StructuralObject.SetValidValue(value, true);
|
|
751 |
ReportPropertyChanged("REV_4");
|
|
752 |
OnREV_4Changed();
|
|
667 | 753 |
} |
668 | 754 |
} |
669 |
private global::System.String _PAGE_HEIGHT;
|
|
670 |
partial void OnPAGE_HEIGHTChanging(global::System.String value);
|
|
671 |
partial void OnPAGE_HEIGHTChanged();
|
|
755 |
private global::System.String _REV_4;
|
|
756 |
partial void OnREV_4Changing(global::System.String value);
|
|
757 |
partial void OnREV_4Changed();
|
|
672 | 758 |
|
673 | 759 |
/// <summary> |
674 |
/// No Metadata Documentation available.
|
|
760 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
675 | 761 |
/// </summary> |
676 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
|
|
762 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
|
|
677 | 763 |
[DataMemberAttribute()] |
678 |
public global::System.Int32 PAGE_ANGLE
|
|
764 |
public global::System.String REV_3
|
|
679 | 765 |
{ |
680 | 766 |
get |
681 | 767 |
{ |
682 |
return _PAGE_ANGLE;
|
|
768 |
return _REV_3;
|
|
683 | 769 |
} |
684 | 770 |
set |
685 | 771 |
{ |
686 |
OnPAGE_ANGLEChanging(value);
|
|
687 |
ReportPropertyChanging("PAGE_ANGLE");
|
|
688 |
_PAGE_ANGLE = StructuralObject.SetValidValue(value);
|
|
689 |
ReportPropertyChanged("PAGE_ANGLE");
|
|
690 |
OnPAGE_ANGLEChanged();
|
|
772 |
OnREV_3Changing(value);
|
|
773 |
ReportPropertyChanging("REV_3");
|
|
774 |
_REV_3 = StructuralObject.SetValidValue(value, true);
|
|
775 |
ReportPropertyChanged("REV_3");
|
|
776 |
OnREV_3Changed();
|
|
691 | 777 |
} |
692 | 778 |
} |
693 |
private global::System.Int32 _PAGE_ANGLE; |
|
694 |
partial void OnPAGE_ANGLEChanging(global::System.Int32 value); |
|
695 |
partial void OnPAGE_ANGLEChanged(); |
|
696 |
|
|
697 |
#endregion |
|
698 |
|
|
699 |
|
|
700 |
#region Navigation Properties |
|
779 |
private global::System.String _REV_3; |
|
780 |
partial void OnREV_3Changing(global::System.String value); |
|
781 |
partial void OnREV_3Changed(); |
|
701 | 782 |
|
702 | 783 |
/// <summary> |
703 |
/// No Metadata Documentation available.
|
|
784 |
/// 사용 가능한 메타데이터 설명서가 없습니다.
|
|
704 | 785 |
/// </summary> |
705 |
[XmlIgnoreAttribute()] |
|
706 |
[SoapIgnoreAttribute()] |
|
786 |
[EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)] |
|
707 | 787 |
[DataMemberAttribute()] |
708 |
[EdmRelationshipNavigationPropertyAttribute("CIModel", "FK_DOCINFODOFPAGE", "DOCINFO")] |
|
709 |
public DOCINFO DOCINFO |
|
788 |
public global::System.String REV_2 |
|
710 | 789 |
{ |
711 | 790 |
get |
712 | 791 |
{ |
713 |
return ((IEntityWithRelationships)this).RelationshipManager.GetRelatedReference<DOCINFO>("CIModel.FK_DOCINFODOFPAGE", "DOCINFO").Value;
|
|
792 |
return _REV_2;
|
|
714 | 793 |
} |
내보내기 Unified diff