/// <summary>
 /// Create a new ComplaintEmail object.
 /// </summary>
 /// <param name="emailAddress">Initial value of the EmailAddress property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="updated">Initial value of the Updated property.</param>
 public static ComplaintEmail CreateComplaintEmail(global::System.String emailAddress, global::System.DateTime created, global::System.DateTime updated)
 {
     ComplaintEmail complaintEmail = new ComplaintEmail();
     complaintEmail.EmailAddress = emailAddress;
     complaintEmail.Created = created;
     complaintEmail.Updated = updated;
     return complaintEmail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ComplaintEmails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToComplaintEmails(ComplaintEmail complaintEmail)
 {
     base.AddObject("ComplaintEmails", complaintEmail);
 }