//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace Neo.Afx.Admin.Crm { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Message { public long MessageID { get; set; } public byte MessageTypeID { get; set; } public Nullable EntityID { get; set; } public Nullable ItemID { get; set; } public string Sender { get; set; } public string Recipients { get; set; } public string CC { get; set; } public string BCC { get; set; } public string Subject { get; set; } public string Message1 { get; set; } public bool IsHtml { get; set; } public Nullable SentDate { get; set; } public int Retries { get; set; } public bool IsCancelled { get; set; } public long CreatedByID { get; set; } public System.DateTime CreatedDate { get; set; } public long UpdatedByID { get; set; } public System.DateTime UpdatedDate { get; set; } public virtual MessageType MessageType { get; set; } } }