/// <summary> /// Create a new LeadContact object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static LeadContact CreateLeadContact(global::System.Int32 id) { LeadContact leadContact = new LeadContact(); leadContact.ID = id; return leadContact; }
/// <summary> /// Deprecated Method for adding a new object to the LeadContacts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLeadContacts(LeadContact leadContact) { base.AddObject("LeadContacts", leadContact); }