| | |
| | | list.Add(new Yw.Vmo.SysPropMappingSetterVmo { PropID = id, UnitName = rhs.UnitName, IsNull = rhs.IsNull }); |
| | | await _sysPropMapping.SetByCatalogID(_series.CatalogID, list); |
| | | var model = await bll.GetByID(id); |
| | | var partMain = new PropGroupChoiceViewModel() { PropGroupName = groupName, PropName = model.Name, ID = model.ID, Value = propValue, KeyWorldType = "Prop" }; |
| | | var partMain = new ExchangerPropChoiceViewModel() { PropGroupName = groupName, PropName = model.Name, ID = model.ID, Value = propValue, KeyWorldType = "Prop" }; |
| | | _propList.Add(partMain); |
| | | this.propGroupChoiceViewModelBindingSource.ResetBindings(false); |
| | | return true; |