/// <summary> /// Create a new Featured object. /// </summary> /// <param name="siteId">Initial value of the SiteId property.</param> /// <param name="contId">Initial value of the ContId property.</param> /// <param name="featId">Initial value of the FeatId property.</param> public static Featured CreateFeatured(global::System.Int32 siteId, global::System.Int32 contId, global::System.Int32 featId) { Featured featured = new Featured(); featured.SiteId = siteId; featured.ContId = contId; featured.FeatId = featId; return featured; }
/// <summary> /// Deprecated Method for adding a new object to the Featureds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFeatureds(Featured featured) { base.AddObject("Featureds", featured); }