/// <summary> /// Deprecated Method for adding a new object to the ContactList_Status EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToContactList_Status(ContactList_Status contactList_Status) { base.AddObject("ContactList_Status", contactList_Status); }
/// <summary> /// Create a new ContactList_Status object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="statusTypeId">Initial value of the StatusTypeId property.</param> public static ContactList_Status CreateContactList_Status(global::System.Int32 id, global::System.String name, global::System.Int32 statusTypeId) { ContactList_Status contactList_Status = new ContactList_Status(); contactList_Status.Id = id; contactList_Status.Name = name; contactList_Status.StatusTypeId = statusTypeId; return contactList_Status; }