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