| | |
| | | namespace HStation.Vmo |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public class PhartDiagramRelationExtensionsVmo : PhartDiagramRelationVmo |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public PhartDiagramRelationExtensionsVmo() { } |
| | | public PhartDiagramRelationExtensionsVmo() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public PhartDiagramRelationExtensionsVmo(PhartDiagramRelationVmo rhs) : base(rhs) |
| | | { |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PhartDiagramRelationExtensionsVmo(PhartDiagramRelationVmo relation, PhartDiagramVmo diagram, List<PhartGraphVmo> graphList) : base(relation) |
| | | { |
| | | if (diagram != null) |
| | | { |
| | | this.Diagram = new PhartDiagramExGraphListVmo(diagram, graphList); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 图表 |
| | | /// </summary> |
| | | public PhartDiagramExGraphListVmo Diagram { get; set; } |
| | | |
| | | |
| | | public Yw.Vmo.PhartDiagramExGraphListVmo Diagram { get; set; } |
| | | } |
| | | } |
| | | } |