| | |
| | | this.UpdatePropStatus(nameof(this.DemandPattern), this.Vmo, nameof(this.Vmo.DemandPattern)); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public override void UpdateVmoProperty() |
| | | { |
| | | base.UpdateVmoProperty(); |
| | | this.Vmo.Elev = this.Elev; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.Elev), this, nameof(this.Elev)); |
| | | this.Vmo.MinorLoss = this.MinorLoss; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.MinorLoss), this, nameof(this.MinorLoss)); |
| | | this.Vmo.Demand = this.Demand; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.Demand), this, nameof(this.Demand)); |
| | | this.Vmo.DemandPattern = this.DemandPattern; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.DemandPattern), this, nameof(this.DemandPattern)); |
| | | } |
| | | |
| | | |
| | | } |