|
18 | 18 | </EntitySet> |
19 | 19 | <EntitySet Name="t_Element" EntityType="MonitorDemo2Model.Store.t_Element" store:Type="Tables" Schema="dbo" /> |
20 | 20 | <EntitySet Name="t_Element_Library" EntityType="MonitorDemo2Model.Store.t_Element_Library" store:Type="Tables" Schema="dbo" /> |
| 21 | + <EntitySet Name="t_Element_RealTimeLine" EntityType="MonitorDemo2Model.Store.t_Element_RealTimeLine" store:Type="Tables" Schema="dbo" /> |
21 | 22 | <EntitySet Name="t_ElementProperty" EntityType="MonitorDemo2Model.Store.t_ElementProperty" store:Type="Tables" Schema="dbo" /> |
22 | 23 | <EntitySet Name="t_ElementProperty_Library" EntityType="MonitorDemo2Model.Store.t_ElementProperty_Library" store:Type="Tables" Schema="dbo" /> |
23 | 24 | <EntitySet Name="t_GalleryClassification" EntityType="MonitorDemo2Model.Store.t_GalleryClassification" store:Type="Tables" Schema="dbo" /> |
|
124 | 125 | <Property Name="SerialNum" Type="int" /> |
125 | 126 | <Property Name="TotalLength" Type="float" /> |
126 | 127 | </EntityType> |
| 128 | + <EntityType Name="t_Element_RealTimeLine"> |
| 129 | + <Key> |
| 130 | + <PropertyRef Name="ID" /> |
| 131 | + </Key> |
| 132 | + <Property Name="ID" Type="char" Nullable="false" MaxLength="36" /> |
| 133 | + <Property Name="ScreenID" Type="int" Nullable="false" /> |
| 134 | + <Property Name="ElementID" Type="int" Nullable="false" /> |
| 135 | + <Property Name="LineType" Type="int" Nullable="false" /> |
| 136 | + <Property Name="LineName" Type="varchar" MaxLength="10" /> |
| 137 | + <Property Name="LineCZ" Type="int" /> |
| 138 | + <Property Name="LineShowType" Type="int" /> |
| 139 | + <Property Name="LineStyle" Type="int" /> |
| 140 | + <Property Name="LinePointBJ" Type="int" /> |
| 141 | + <Property Name="LineColor" Type="varchar" Nullable="false" MaxLength="10" /> |
| 142 | + <Property Name="MinValue" Type="varchar" Nullable="false" MaxLength="10" /> |
| 143 | + <Property Name="MaxValue" Type="varchar" Nullable="false" MaxLength="10" /> |
| 144 | + <Property Name="ValueDecimal" Type="int" Nullable="false" /> |
| 145 | + <Property Name="ShowFormat" Type="varchar" MaxLength="20" /> |
| 146 | + <Property Name="TimeLen" Type="int" Nullable="false" /> |
| 147 | + <Property Name="TimeLenType" Type="varchar" Nullable="false" MaxLength="2" /> |
| 148 | + <Property Name="LineCYZQLent" Type="varchar" Nullable="false" MaxLength="2" /> |
| 149 | + <Property Name="LineCYZQType" Type="varchar" Nullable="false" MaxLength="2" /> |
| 150 | + <Property Name="DeviceID" Type="int" /> |
| 151 | + <Property Name="ChannelNo" Type="int" /> |
| 152 | + <Property Name="ComputeStr" Type="varchar" MaxLength="100" /> |
| 153 | + </EntityType> |
127 | 154 | <EntityType Name="t_ElementProperty"> |
128 | 155 | <Key> |
129 | 156 | <PropertyRef Name="ElementID" /> |
|
248 | 275 | <Parameter Name="oldScreenID" Mode="In" Type="Int32" /> |
249 | 276 | </FunctionImport> |
250 | 277 | <EntitySet Name="GalleryClassification" EntityType="MonitorDemo2Model.t_GalleryClassification" /> |
| 278 | + <EntitySet Name="t_Element_RealTimeLine" EntityType="MonitorDemo2Model.t_Element_RealTimeLine" /> |
251 | 279 | </EntityContainer> |
252 | 280 | <EntityType Name="t_Control"> |
253 | 281 | <Key> |
|
431 | 459 | <Property Type="String" Name="Description" MaxLength="100" FixedLength="false" Unicode="true" /> |
432 | 460 | <Property Type="Int32" Name="Sort" Nullable="false" /> |
433 | 461 | </EntityType> |
| 462 | + <EntityType Name="t_Element_RealTimeLine"> |
| 463 | + <Key> |
| 464 | + <PropertyRef Name="ID" /> |
| 465 | + </Key> |
| 466 | + <Property Type="String" Name="ID" Nullable="false" MaxLength="36" FixedLength="true" Unicode="false" /> |
| 467 | + <Property Type="Int32" Name="ScreenID" Nullable="false" /> |
| 468 | + <Property Type="Int32" Name="ElementID" Nullable="false" /> |
| 469 | + <Property Type="Int32" Name="LineType" Nullable="false" /> |
| 470 | + <Property Type="String" Name="LineName" MaxLength="10" FixedLength="false" Unicode="false" /> |
| 471 | + <Property Type="Int32" Name="LineCZ" /> |
| 472 | + <Property Type="Int32" Name="LineShowType" /> |
| 473 | + <Property Type="Int32" Name="LineStyle" /> |
| 474 | + <Property Type="Int32" Name="LinePointBJ" /> |
| 475 | + <Property Type="String" Name="LineColor" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" /> |
| 476 | + <Property Type="String" Name="MinValue" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" /> |
| 477 | + <Property Type="String" Name="MaxValue" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" /> |
| 478 | + <Property Type="Int32" Name="ValueDecimal" Nullable="false" /> |
| 479 | + <Property Type="String" Name="ShowFormat" MaxLength="20" FixedLength="false" Unicode="false" /> |
| 480 | + <Property Type="Int32" Name="TimeLen" Nullable="false" /> |
| 481 | + <Property Type="String" Name="TimeLenType" Nullable="false" MaxLength="2" FixedLength="false" Unicode="false" /> |
| 482 | + <Property Type="String" Name="LineCYZQLent" Nullable="false" MaxLength="2" FixedLength="false" Unicode="false" /> |
| 483 | + <Property Type="String" Name="LineCYZQType" Nullable="false" MaxLength="2" FixedLength="false" Unicode="false" /> |
| 484 | + <Property Type="Int32" Name="DeviceID" /> |
| 485 | + <Property Type="Int32" Name="ChannelNo" /> |
| 486 | + <Property Type="String" Name="ComputeStr" MaxLength="100" FixedLength="false" Unicode="false" /> |
| 487 | + </EntityType> |
434 | 488 | </Schema> |
435 | 489 | </edmx:ConceptualModels> |
436 | 490 | <!-- C-S mapping content --> |
|
624 | 678 | </MappingFragment> |
625 | 679 | </EntityTypeMapping> |
626 | 680 | </EntitySetMapping> |
| 681 | + <EntitySetMapping Name="t_Element_RealTimeLine"> |
| 682 | + <EntityTypeMapping TypeName="MonitorDemo2Model.t_Element_RealTimeLine"> |
| 683 | + <MappingFragment StoreEntitySet="t_Element_RealTimeLine"> |
| 684 | + <ScalarProperty Name="ComputeStr" ColumnName="ComputeStr" /> |
| 685 | + <ScalarProperty Name="ChannelNo" ColumnName="ChannelNo" /> |
| 686 | + <ScalarProperty Name="DeviceID" ColumnName="DeviceID" /> |
| 687 | + <ScalarProperty Name="LineCYZQType" ColumnName="LineCYZQType" /> |
| 688 | + <ScalarProperty Name="LineCYZQLent" ColumnName="LineCYZQLent" /> |
| 689 | + <ScalarProperty Name="TimeLenType" ColumnName="TimeLenType" /> |
| 690 | + <ScalarProperty Name="TimeLen" ColumnName="TimeLen" /> |
| 691 | + <ScalarProperty Name="ShowFormat" ColumnName="ShowFormat" /> |
| 692 | + <ScalarProperty Name="ValueDecimal" ColumnName="ValueDecimal" /> |
| 693 | + <ScalarProperty Name="MaxValue" ColumnName="MaxValue" /> |
| 694 | + <ScalarProperty Name="MinValue" ColumnName="MinValue" /> |
| 695 | + <ScalarProperty Name="LineColor" ColumnName="LineColor" /> |
| 696 | + <ScalarProperty Name="LinePointBJ" ColumnName="LinePointBJ" /> |
| 697 | + <ScalarProperty Name="LineStyle" ColumnName="LineStyle" /> |
| 698 | + <ScalarProperty Name="LineShowType" ColumnName="LineShowType" /> |
| 699 | + <ScalarProperty Name="LineCZ" ColumnName="LineCZ" /> |
| 700 | + <ScalarProperty Name="LineName" ColumnName="LineName" /> |
| 701 | + <ScalarProperty Name="LineType" ColumnName="LineType" /> |
| 702 | + <ScalarProperty Name="ElementID" ColumnName="ElementID" /> |
| 703 | + <ScalarProperty Name="ScreenID" ColumnName="ScreenID" /> |
| 704 | + <ScalarProperty Name="ID" ColumnName="ID" /> |
| 705 | + </MappingFragment> |
| 706 | + </EntityTypeMapping> |
| 707 | + </EntitySetMapping> |
627 | 708 | </EntityContainerMapping> |
628 | 709 | </Mapping> |
629 | 710 | </edmx:Mappings> |
|
657 | 738 | <EntityTypeShape EntityType="MonitorDemo2Model.t_Sys_MainRealTimeSet" Width="2" PointX="5.125" PointY="8.25" Height="2.6339322916666674" /> |
658 | 739 | <EntityTypeShape EntityType="MonitorDemo2Model.V_ScreenMonitorValue" Width="1.5" PointX="0.5" PointY="0.5" Height="2.4653124999999996" /> |
659 | 740 | <EntityTypeShape EntityType="MonitorDemo2Model.t_GalleryClassification" Width="1.5" PointX="7" PointY="1.625" Height="1.7790128580729174" /> |
| 741 | + <EntityTypeShape EntityType="MonitorDemo2Model.t_Element_RealTimeLine" Width="1.5" PointX="8.375" PointY="4.75" Height="4.48875" /> |
660 | 742 | </Diagram> |
661 | 743 | </Diagrams> |
662 | 744 | </Designer> |
|
0 commit comments