| | |
| | | this.Name = model.OtherName; |
| | | this.Importance = model.Importance; |
| | | this.SortCode = model.SortCode; |
| | | this.ImageIndex= ImageLib.Question; |
| | | this.ImageIndex = ImageLib.Question; |
| | | this.Model = model; |
| | | } |
| | | } |
| | | public long ID { get; set; } |
| | | public string Name { get; set; } |
| | | public int Importance { get; set; } |
| | | public int SortCode { get; set; } |
| | | public int ImageIndex { get; set; } |
| | | public object Model { get; set; } |
| | | public object Model { get; set; } |
| | | |
| | | } |
| | | |
| | |
| | | /// <summary> |
| | | /// 聚焦改变事件 |
| | | /// </summary> |
| | | public event Action<Vmo.XhsValveMainPhartMappingExtensions> FocusedChangedEvent; |
| | | |
| | | private readonly Lazy<BLL.XhsValveMainPhartMappingExtensions> _bll_ex = new (); |
| | | |
| | | public event Action<Vmo.XhsValveMainPhartMappingExtensions> FocusedChangedEvent; |
| | | private readonly Lazy<BLL.XhsValveMainPhartMappingExtensions> _bll_ex = new (); |
| | | private List<CurrentViewModel> _allBindingList = null;//所有绑定列表 |
| | | |
| | | /// <summary> |