개정판 f047c8bf
DocumentConvert GridViewSelectColumn SelectedItem찾는중
Change-Id: I905023d4852c563b403d9b7e3d5c6aa329c691fd
ConvertService/ServiceBase/StationControllerService/MarkusModel.edmx | ||
---|---|---|
45 | 45 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
46 | 46 |
<Parameter Name="P_ExcptionCheck" Type="bit" Mode="In" /> |
47 | 47 |
</Function> |
48 |
<Function Name="SELECT_DOCUMENT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
|
49 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
|
50 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
|
51 |
<Parameter Name="P_DOCUMENT_N0" Type="nvarchar" Mode="In" /> |
|
52 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
|
53 |
<Parameter Name="P_GROUP_N0" Type="nvarchar" Mode="In" /> |
|
54 |
<Parameter Name="P_ORIGINAL_FILE" Type="nvarchar" Mode="In" /> |
|
55 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
|
56 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
|
57 |
</Function> |
|
48 | 58 |
<Function Name="SELECT_FINAL_PDF_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
49 | 59 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
50 | 60 |
</Function> |
... | ... | |
173 | 183 |
<FunctionImport Name="SELECT_RUN_PROJECTS" ReturnType="Collection(markusModel.SELECT_RUN_PROJECTS_Result)"> |
174 | 184 |
<Parameter Name="P_RUN_PROJECTS" Mode="In" Type="Int32" /> |
175 | 185 |
</FunctionImport> |
186 |
<FunctionImport Name="SELECT_DOCUMENT_ITEM" ReturnType="Collection(markusModel.SELECT_DOCUMENT_ITEM_Result)"> |
|
187 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
|
188 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
|
189 |
<Parameter Name="P_DOCUMENT_N0" Mode="In" Type="String" /> |
|
190 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
|
191 |
<Parameter Name="P_GROUP_N0" Mode="In" Type="String" /> |
|
192 |
<Parameter Name="P_ORIGINAL_FILE" Mode="In" Type="String" /> |
|
193 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
|
194 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
|
195 |
</FunctionImport> |
|
176 | 196 |
</EntityContainer> |
177 | 197 |
<ComplexType Name="CONVERT_COUNT_Result"> |
178 | 198 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
... | ... | |
235 | 255 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
236 | 256 |
<Property Type="String" Name="PROJECT_NAME" Nullable="false" MaxLength="50" /> |
237 | 257 |
</ComplexType> |
258 |
<ComplexType Name="SELECT_DOCUMENT_ITEM_Result"> |
|
259 |
<Property Type="String" Name="GROUP_N0" Nullable="true" MaxLength="50" /> |
|
260 |
<Property Type="String" Name="DOCUMENT_N0" Nullable="true" MaxLength="50" /> |
|
261 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="true" MaxLength="50" /> |
|
262 |
<Property Type="String" Name="DOCUMENTID" Nullable="true" MaxLength="50" /> |
|
263 |
</ComplexType> |
|
238 | 264 |
</Schema> |
239 | 265 |
</edmx:ConceptualModels> |
240 | 266 |
<!-- C-S mapping content --> |
... | ... | |
327 | 353 |
</ComplexTypeMapping> |
328 | 354 |
</ResultMapping> |
329 | 355 |
</FunctionImportMapping> |
356 |
<FunctionImportMapping FunctionImportName="SELECT_DOCUMENT_ITEM" FunctionName="markusModel.Store.SELECT_DOCUMENT_ITEM"> |
|
357 |
<ResultMapping> |
|
358 |
<ComplexTypeMapping TypeName="markusModel.SELECT_DOCUMENT_ITEM_Result"> |
|
359 |
<ScalarProperty Name="GROUP_N0" ColumnName="GROUP_N0" /> |
|
360 |
<ScalarProperty Name="DOCUMENT_N0" ColumnName="DOCUMENT_N0" /> |
|
361 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
|
362 |
<ScalarProperty Name="DOCUMENTID" ColumnName="DOCUMENTID" /> |
|
363 |
</ComplexTypeMapping> |
|
364 |
</ResultMapping> |
|
365 |
</FunctionImportMapping> |
|
330 | 366 |
</EntityContainerMapping> |
331 | 367 |
</Mapping> |
332 | 368 |
</edmx:Mappings> |
내보내기 Unified diff