개정판 2f07b70a
chart bar 하는 중
Change-Id: Iba0e8eceec980c21c4a4495f4e6c9fb4dfcc4759
ConvertService/ServiceBase/Markus.Service.StationController/MarkusModel.edmx | ||
---|---|---|
5 | 5 |
<!-- SSDL content --> |
6 | 6 |
<edmx:StorageModels> |
7 | 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="CONVERT_COUNT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
|
9 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
|
10 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
|
11 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
|
12 |
</Function> |
|
8 | 13 |
<Function Name="SELECT_CONVERT_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
9 | 14 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
10 | 15 |
</Function> |
... | ... | |
143 | 148 |
<Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
144 | 149 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
145 | 150 |
</FunctionImport> |
151 |
<FunctionImport Name="CONVERT_COUNT"> |
|
152 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
|
153 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
|
154 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
|
155 |
</FunctionImport> |
|
156 |
<FunctionImport Name="SELECT_CONVERT_COUNT" ReturnType="Collection(markusModel.SELECT_CONVERT_COUNT)"> |
|
157 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
|
158 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
|
159 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
|
160 |
</FunctionImport> |
|
146 | 161 |
</EntityContainer> |
147 | 162 |
<ComplexType Name="SELECT_CONVERT_ITEM_Result"> |
148 | 163 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
... | ... | |
191 | 206 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="false" /> |
192 | 207 |
<Property Type="String" Name="CONVERT_PATH" Nullable="false" /> |
193 | 208 |
</ComplexType> |
209 |
<ComplexType Name="SELECT_CONVERT_COUNT" > |
|
210 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" /> |
|
211 |
<Property Type="Int32" Name="COUNT" Nullable="false" /> |
|
212 |
</ComplexType> |
|
194 | 213 |
</Schema> |
195 | 214 |
</edmx:ConceptualModels> |
196 | 215 |
<!-- C-S mapping content --> |
... | ... | |
233 | 252 |
<ComplexTypeMapping TypeName="markusModel.SELECT_FINAL_PDF_Result" /> |
234 | 253 |
</ResultMapping> |
235 | 254 |
</FunctionImportMapping> |
255 |
<FunctionImportMapping FunctionImportName="CONVERT_COUNT" FunctionName="markusModel.Store.CONVERT_COUNT" /> |
|
256 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_COUNT" FunctionName="markusModel.Store.CONVERT_COUNT"> |
|
257 |
<ResultMapping> |
|
258 |
<ComplexTypeMapping TypeName="markusModel.SELECT_CONVERT_COUNT"> |
|
259 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
|
260 |
<ScalarProperty Name="COUNT" ColumnName="COUNT" /> |
|
261 |
</ComplexTypeMapping> |
|
262 |
</ResultMapping> |
|
263 |
</FunctionImportMapping> |
|
236 | 264 |
</EntityContainerMapping> |
237 | 265 |
</Mapping> |
238 | 266 |
</edmx:Mappings> |
내보내기 Unified diff