markus / ConvertService / ServiceBase / Markus.Service.StationController / MarkusModel.edmx @ 85f68fef
이력 | 보기 | 이력해설 | 다운로드 (10.4 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx"> |
3 |
<!-- EF Runtime content --> |
4 |
<edmx:Runtime> |
5 |
<!-- SSDL content --> |
6 |
<edmx:StorageModels> |
7 |
<Schema Namespace="markusModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl"> |
8 |
<Function Name="SELECT_CONVERT_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
9 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
10 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
11 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
12 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
13 |
</Function> |
14 |
<Function Name="SELECT_CONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
15 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
16 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
17 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
18 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
19 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
20 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
21 |
<Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
22 |
<Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
23 |
<Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
24 |
<Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
25 |
<Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
26 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
27 |
<Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
28 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
29 |
</Function> |
30 |
<Function Name="SELECT_RERECONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
31 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
32 |
<Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
33 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
34 |
</Function> |
35 |
<EntityContainer Name="markusModelStoreContainer" /> |
36 |
</Schema></edmx:StorageModels> |
37 |
<!-- CSDL content --> |
38 |
<edmx:ConceptualModels> |
39 |
<Schema Namespace="markusModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> |
40 |
<EntityContainer Name="markusEntities" annotation:LazyLoadingEnabled="true" > |
41 |
<FunctionImport Name="SELECT_CONVERT_ITEM" ReturnType="Collection(markusModel.SELECT_CONVERT_ITEM_Result)"> |
42 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
43 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
44 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
45 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
46 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
47 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
48 |
<Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
49 |
<Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
50 |
<Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
51 |
<Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
52 |
<Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
53 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
54 |
<Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
55 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
56 |
</FunctionImport> |
57 |
<FunctionImport Name="SELECT_RERECONVERT_ITEM" ReturnType="Collection(markusModel.SELECT_RERECONVERT_ITEM_Result)"> |
58 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
59 |
<Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
60 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
61 |
</FunctionImport> |
62 |
<FunctionImport Name="SELECT_CONVERT_INSERT"> |
63 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
64 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
65 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
66 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
67 |
</FunctionImport> |
68 |
</EntityContainer> |
69 |
<ComplexType Name="SELECT_CONVERT_ITEM_Result"> |
70 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
71 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
72 |
<Property Type="String" Name="DOCUMENT_URL" Nullable="false" MaxLength="500" /> |
73 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="false" MaxLength="50" /> |
74 |
<Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
75 |
<Property Type="Int32" Name="STATUS" Nullable="false" /> |
76 |
<Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
77 |
<Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
78 |
<Property Type="String" Name="EXCEPTION" Nullable="true" /> |
79 |
<Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
80 |
<Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
81 |
<Property Type="String" Name="SERVICE_ID" Nullable="true" MaxLength="50" /> |
82 |
<Property Type="Int32" Name="RECONVERTER" Nullable="true" /> |
83 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
84 |
<Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
85 |
<Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
86 |
<Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
87 |
<Property Type="String" Name="RESULT_FILE" Nullable="true" MaxLength="500" /> |
88 |
<Property Type="String" Name="RESULT" Nullable="true" MaxLength="50" /> |
89 |
</ComplexType> |
90 |
<ComplexType Name="SELECT_RERECONVERT_ITEM_Result"> |
91 |
<Property Type="String" Name="EX" Nullable="true" MaxLength="50" /> |
92 |
<Property Type="Int32" Name="RETURNVALUE" Nullable="true" /> |
93 |
</ComplexType> |
94 |
</Schema> |
95 |
</edmx:ConceptualModels> |
96 |
<!-- C-S mapping content --> |
97 |
<edmx:Mappings> |
98 |
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs"> |
99 |
<EntityContainerMapping StorageEntityContainer="markusModelStoreContainer" CdmEntityContainer="markusEntities" > |
100 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_ITEM" FunctionName="markusModel.Store.SELECT_CONVERT_ITEM"> |
101 |
<ResultMapping> |
102 |
<ComplexTypeMapping TypeName="markusModel.SELECT_CONVERT_ITEM_Result"> |
103 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
104 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
105 |
<ScalarProperty Name="DOCUMENT_URL" ColumnName="DOCUMENT_URL" /> |
106 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
107 |
<ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
108 |
<ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
109 |
<ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
110 |
<ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
111 |
<ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
112 |
<ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
113 |
<ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
114 |
<ScalarProperty Name="SERVICE_ID" ColumnName="SERVICE_ID" /> |
115 |
<ScalarProperty Name="RECONVERTER" ColumnName="RECONVERTER" /> |
116 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
117 |
<ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
118 |
<ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
119 |
<ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
120 |
<ScalarProperty Name="RESULT_FILE" ColumnName="RESULT_FILE" /> |
121 |
<ScalarProperty Name="RESULT" ColumnName="RESULT" /> |
122 |
</ComplexTypeMapping> |
123 |
</ResultMapping> |
124 |
</FunctionImportMapping> |
125 |
<FunctionImportMapping FunctionImportName="SELECT_RERECONVERT_ITEM" FunctionName="markusModel.Store.SELECT_RERECONVERT_ITEM"> |
126 |
<ResultMapping> |
127 |
<ComplexTypeMapping TypeName="markusModel.SELECT_RERECONVERT_ITEM_Result"> |
128 |
<ScalarProperty Name="EX" ColumnName="EX" /> |
129 |
<ScalarProperty Name="RETURNVALUE" ColumnName="RETURNVALUE" /> |
130 |
</ComplexTypeMapping> |
131 |
</ResultMapping> |
132 |
</FunctionImportMapping> |
133 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_INSERT" FunctionName="markusModel.Store.SELECT_CONVERT_INSERT" /> |
134 |
</EntityContainerMapping> |
135 |
</Mapping> |
136 |
</edmx:Mappings> |
137 |
</edmx:Runtime> |
138 |
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) --> |
139 |
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx"> |
140 |
<Connection> |
141 |
<DesignerInfoPropertySet> |
142 |
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" /> |
143 |
</DesignerInfoPropertySet> |
144 |
</Connection> |
145 |
<Options> |
146 |
<DesignerInfoPropertySet> |
147 |
<DesignerProperty Name="ValidateOnBuild" Value="true" /> |
148 |
<DesignerProperty Name="EnablePluralization" Value="false" /> |
149 |
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" /> |
150 |
<DesignerProperty Name="UseLegacyProvider" Value="false" /> |
151 |
<DesignerProperty Name="CodeGenerationStrategy" Value="없음" /> |
152 |
</DesignerInfoPropertySet> |
153 |
</Options> |
154 |
<!-- Diagram content (shape and connector positions) --> |
155 |
<Diagrams></Diagrams> |
156 |
</Designer> |
157 |
</edmx:Edmx> |