| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroParterViewModel |
| | | ( |
| | | Yw.Model.HydroParterInfo rhs, |
| | | Yw.Model.HydroModelInfo hydroInfo, |
| | | HydroPropStatusHelper propStatusHelper |
| | | ) : this(rhs, hydroInfo) |
| | | { |
| | | this.PropStatusHelper = propStatusHelper; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 编码 |
| | | /// </summary> |
| | | [Category("基础信息")] |
| | |
| | | this.Vmo.Description = this.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 更新属性状态 |
| | | /// </summary> |
| | | public virtual void UpdatePropStatus(string propName, ePropStatus propStatus, string statusInfo) |
| | | { |
| | | this.PropStatusHelper?.UpdatePropStatus(this.Vmo, propName, propStatus, statusInfo); |
| | | } |
| | | |
| | | |
| | | |
| | | |