| | |
| | | { |
| | | this.StartCode = rhs.StartCode; |
| | | this.EndCode = rhs.EndCode; |
| | | //this.LinkStatus = HydroLinkStatusHelper.GetStatusName(rhs.LinkStatus); |
| | | } |
| | | |
| | | |
| | |
| | | [ReadOnly(true)] |
| | | [Browsable(true)] |
| | | public string EndCode { get; set; } |
| | | |
| | | ///// <summary> |
| | | ///// 管段状态 |
| | | ///// </summary> |
| | | //[Category("数据")] |
| | | //[DisplayName("管段状态")] |
| | | //[PropertyOrder(1003)] |
| | | //[Browsable(false)] |
| | | //public virtual string LinkStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 流量 |
| | |
| | | base.UpdateProperty(); |
| | | this.StartCode = this.Vmo.StartCode; |
| | | this.EndCode = this.Vmo.EndCode; |
| | | //this.LinkStatus = HydroLinkStatusHelper.GetStatusName(this.Vmo.LinkStatus); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | base.UpdateVmoProperty(); |
| | | this.Vmo.StartCode = this.StartCode; |
| | | this.Vmo.EndCode = this.EndCode; |
| | | //this.Vmo.LinkStatus = HydroLinkStatusHelper.GetStatusCode(this.LinkStatus); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |