| | |
| | | using HStation.Service; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using System.ComponentModel.DataAnnotations; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public RoleTreeListViewModel(Yw.Vmo.Role rhs) |
| | | public RoleTreeListViewModel(Yw.Vmo.RoleVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public void Reset(Yw.Vmo.Role rhs) |
| | | public void Reset(Yw.Vmo.RoleVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public Yw.Vmo.Role Vmo { get; set; } |
| | | public Yw.Vmo.RoleVmo Vmo { get; set; } |
| | | } |
| | | } |