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