/// <summary> /// Deprecated Method for adding a new object to the Staging_TourBookmarkView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStaging_TourBookmarkView(Staging_TourBookmarkView staging_TourBookmarkView) { base.AddObject("Staging_TourBookmarkView", staging_TourBookmarkView); }
/// <summary> /// Create a new Staging_TourBookmarkView object. /// </summary> /// <param name="name">Initial value of the Name property.</param> /// <param name="uRL">Initial value of the URL property.</param> /// <param name="id">Initial value of the ID property.</param> /// <param name="tourID">Initial value of the TourID property.</param> /// <param name="tourBookmarkViewID">Initial value of the TourBookmarkViewID property.</param> public static Staging_TourBookmarkView CreateStaging_TourBookmarkView(global::System.String name, global::System.String uRL, global::System.Guid id, global::System.Guid tourID, global::System.Guid tourBookmarkViewID) { Staging_TourBookmarkView staging_TourBookmarkView = new Staging_TourBookmarkView(); staging_TourBookmarkView.Name = name; staging_TourBookmarkView.URL = uRL; staging_TourBookmarkView.ID = id; staging_TourBookmarkView.TourID = tourID; staging_TourBookmarkView.TourBookmarkViewID = tourBookmarkViewID; return staging_TourBookmarkView; }