/// <summary>
 /// Deprecated Method for adding a new object to the ContactList_MemberAudit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContactList_MemberAudit(ContactList_MemberAudit contactList_MemberAudit)
 {
     base.AddObject("ContactList_MemberAudit", contactList_MemberAudit);
 }
 /// <summary>
 /// Create a new ContactList_MemberAudit object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="contactList_Id">Initial value of the ContactList_Id property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="approverUserId">Initial value of the ApproverUserId property.</param>
 /// <param name="contactList_Status_Id">Initial value of the ContactList_Status_Id property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static ContactList_MemberAudit CreateContactList_MemberAudit(global::System.Int32 id, global::System.Int32 contactList_Id, global::System.Guid userId, global::System.Guid approverUserId, global::System.Int32 contactList_Status_Id, global::System.DateTime dateCreated)
 {
     ContactList_MemberAudit contactList_MemberAudit = new ContactList_MemberAudit();
     contactList_MemberAudit.Id = id;
     contactList_MemberAudit.ContactList_Id = contactList_Id;
     contactList_MemberAudit.UserId = userId;
     contactList_MemberAudit.ApproverUserId = approverUserId;
     contactList_MemberAudit.ContactList_Status_Id = contactList_Status_Id;
     contactList_MemberAudit.DateCreated = dateCreated;
     return contactList_MemberAudit;
 }