/// <summary> /// Deprecated Method for adding a new object to the ContactList_Member EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToContactList_Member(ContactList_Member contactList_Member) { base.AddObject("ContactList_Member", contactList_Member); }
/// <summary> /// Create a new ContactList_Member object. /// </summary> /// <param name="contactList_Id">Initial value of the ContactList_Id property.</param> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="dateCreated">Initial value of the DateCreated property.</param> public static ContactList_Member CreateContactList_Member(global::System.Int32 contactList_Id, global::System.Guid userId, global::System.DateTime dateCreated) { ContactList_Member contactList_Member = new ContactList_Member(); contactList_Member.ContactList_Id = contactList_Id; contactList_Member.UserId = userId; contactList_Member.DateCreated = dateCreated; return contactList_Member; }