using System; namespace Shared { [Serializable] public class MessageInfoRes { public int MsgID { get; set; } public int SwitchNum { get; set; } public int MessageMode { get; set; } public byte[] AlarmEmail { get; set; } public string DetailMessage { get; set; } public int ProjectId { get; set; } public string MAC { get; set; } public string ProjectName { get; set; } public string UserName { get; set; } public string GroupName { get; set; } public int SubnetID { get; set; } public int DeviceID { get; set; } } }