ÎļþÃû´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/01-node/03-junction/HydroEmitterPropertyViewModel.cs ÐÞ¸Ä |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroEmitterPropertyViewModel() { } |
| | | public HydroEmitterPropertyViewModel() : base() { } |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æµé/å·å°ç³»æ° |
| | | /// å·å°ç³»æ° |
| | | /// </summary> |
| | | [Category("æ°æ®")] |
| | | [DisplayName("æµé/å·å°ç³»æ°")] |
| | | [DisplayName("å·å°ç³»æ°")] |
| | | [PropertyOrder(12)] |
| | | [Browsable(true)] |
| | | public virtual double Coefficient { get; set; } |
| | |
| | | /// <summary> |
| | | /// æ´æ°å±æ§ |
| | | /// </summary> |
| | | /// <param name="rhs"></param> |
| | | /// <param name="allParterList"></param> |
| | | public override void UpdateProperty(HydroParterInfo rhs, List<HydroParterInfo> allParterList) |
| | | { |
| | | base.UpdateProperty(rhs, allParterList); |