using System.Collections.Generic; namespace VirgoRT.HostWrapper { public class FaEventItem { public string EventName { get; set; } public Dictionary dvid { get; set; } public Dictionary objDvid { get; set; } public bool IsAlarm { get; set; } public string Text { get; set; } } }