Ejemplo n.º 1
0
        /// <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);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SiteFAQs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSiteFAQs(SiteFAQ siteFAQ)
 {
     base.AddObject("SiteFAQs", siteFAQ);
 }