/// <summary> /// Create a new SiteFAQ object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static SiteFAQ CreateSiteFAQ(global::System.Guid id) { SiteFAQ siteFAQ = new SiteFAQ(); siteFAQ.Id = id; return(siteFAQ); }
/// <summary> /// Deprecated Method for adding a new object to the SiteFAQs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSiteFAQs(SiteFAQ siteFAQ) { base.AddObject("SiteFAQs", siteFAQ); }