| | |
| | | this.RatedFlow = mapping.RatedFlow; |
| | | this.MinRatedFlow = mapping.MinRatedFlow; |
| | | this.UtensilCount = mapping.UtensilCount; |
| | | this.Description = rhs.Description; |
| | | this.Description = mapping.Description; |
| | | this.utensilMappingVmo = mapping; |
| | | } |
| | | |
| | | public void Reset(PBS.Vmo.WE.ItemVmo rhs, PBS.Vmo.WE.UtensilMappingVmo mapping, string utensilName) |
| | |
| | | this.MinRatedFlow = mapping.MinRatedFlow; |
| | | this.UtensilCount = mapping.UtensilCount; |
| | | this.Description = rhs.Description; |
| | | this.utensilMappingVmo = mapping; |
| | | } |
| | | |
| | | public void Reset(PBS.Vmo.WE.UtensilMappingVmo mapping,string utensilName) |
| | | { |
| | | this.UtensilName = utensilName; |
| | | this.UtensilID = mapping.UtensilID; |
| | | this.RatedFlow = mapping.RatedFlow; |
| | | this.MinRatedFlow = mapping.MinRatedFlow; |
| | | this.UtensilCount = mapping.UtensilCount; |
| | | this.Description = mapping.Description; |
| | | this.utensilMappingVmo = mapping; |
| | | } |
| | | |
| | | [DisplayName("ID")] |
| | |
| | | [DisplayName("说明")] |
| | | [Browsable(true)] |
| | | public string Description { get; set; } |
| | | |
| | | public PBS.Vmo.WE.UtensilMappingVmo utensilMappingVmo { get; set; } |
| | | } |
| | | } |