/// <summary>
 /// Deprecated Method for adding a new object to the ContactList_ListAttribute EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContactList_ListAttribute(ContactList_ListAttribute contactList_ListAttribute)
 {
     base.AddObject("ContactList_ListAttribute", contactList_ListAttribute);
 }
 /// <summary>
 /// Create a new ContactList_ListAttribute object.
 /// </summary>
 /// <param name="contactListId">Initial value of the ContactListId property.</param>
 /// <param name="attributeId">Initial value of the AttributeId property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 public static ContactList_ListAttribute CreateContactList_ListAttribute(global::System.Int32 contactListId, global::System.Int32 attributeId, global::System.String value)
 {
     ContactList_ListAttribute contactList_ListAttribute = new ContactList_ListAttribute();
     contactList_ListAttribute.ContactListId = contactListId;
     contactList_ListAttribute.AttributeId = attributeId;
     contactList_ListAttribute.Value = value;
     return contactList_ListAttribute;
 }