개정판 e139272d
ProjectNoFilter Combobox변경
Change-Id: Ib63ffc94500267620556a1695cf85e3f65ddd15f
ConvertService/ServiceBase/Markus.Service.StationController/MarkusModel.edmx | ||
---|---|---|
81 | 81 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
82 | 82 |
<Parameter Name="P_END_DATETIME" Type="datetime" Mode="In" /> |
83 | 83 |
</Function> |
84 |
<Function Name="SELECT_RUN_PROJECTS" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
|
85 |
<Parameter Name="P_RUN_PROJECTS" Type="int" Mode="In" /> |
|
86 |
</Function> |
|
84 | 87 |
<EntityContainer Name="markusModelStoreContainer" /> |
85 | 88 |
</Schema></edmx:StorageModels> |
86 | 89 |
<!-- CSDL content --> |
... | ... | |
173 | 176 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
174 | 177 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
175 | 178 |
</FunctionImport> |
179 |
<FunctionImport Name="SELECT_RUN_PROJECTS" ReturnType="Collection(markusModel.SELECT_RUN_PROJECTS_Result)"> |
|
180 |
<Parameter Name="P_RUN_PROJECTS" Mode="In" Type="Int32" /> |
|
181 |
</FunctionImport> |
|
176 | 182 |
</EntityContainer> |
177 | 183 |
<ComplexType Name="SELECT_CONVERT_ITEM_Result"> |
178 | 184 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
... | ... | |
231 | 237 |
<Property Type="Int32" Name="COUNT" Nullable="false" /> |
232 | 238 |
<Property Type="Int32" Name="EXCEPTION_COUNT" Nullable="false" /> |
233 | 239 |
</ComplexType> |
240 |
<ComplexType Name="SELECT_RUN_PROJECTS_Result"> |
|
241 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
|
242 |
<Property Type="String" Name="PROJECT_NAME" Nullable="false" MaxLength="50" /> |
|
243 |
</ComplexType> |
|
234 | 244 |
</Schema> |
235 | 245 |
</edmx:ConceptualModels> |
236 | 246 |
<!-- C-S mapping content --> |
... | ... | |
288 | 298 |
<ComplexTypeMapping TypeName="markusModel.SELECT_FINALPDF_COUNT_Result" /> |
289 | 299 |
</ResultMapping> |
290 | 300 |
</FunctionImportMapping> |
301 |
<FunctionImportMapping FunctionImportName="SELECT_RUN_PROJECTS" FunctionName="markusModel.Store.SELECT_RUN_PROJECTS"> |
|
302 |
<ResultMapping> |
|
303 |
<ComplexTypeMapping TypeName="markusModel.SELECT_RUN_PROJECTS_Result"> |
|
304 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
|
305 |
<ScalarProperty Name="PROJECT_NAME" ColumnName="PROJECT_NAME" /> |
|
306 |
</ComplexTypeMapping> |
|
307 |
</ResultMapping> |
|
308 |
</FunctionImportMapping> |
|
291 | 309 |
</EntityContainerMapping> |
292 | 310 |
</Mapping> |
293 | 311 |
</edmx:Mappings> |
내보내기 Unified diff