namespace HStation.WinFrmUI.Assets { public class EquipmentPropGroupChoiceViewModel { public long ID { get; set; } public string PropGroupName { get; set; } public string PropName { get; set; } public string Value { get; set; } } }