Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Auth_TourBookmarkView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuth_TourBookmarkView(Auth_TourBookmarkView auth_TourBookmarkView)
 {
     base.AddObject("Auth_TourBookmarkView", auth_TourBookmarkView);
 }
Пример #2
0
 /// <summary>
 /// Create a new Auth_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>
 public static Auth_TourBookmarkView CreateAuth_TourBookmarkView(global::System.String name, global::System.String uRL, global::System.Guid id, global::System.Guid tourID)
 {
     Auth_TourBookmarkView auth_TourBookmarkView = new Auth_TourBookmarkView();
     auth_TourBookmarkView.Name = name;
     auth_TourBookmarkView.URL = uRL;
     auth_TourBookmarkView.ID = id;
     auth_TourBookmarkView.TourID = tourID;
     return auth_TourBookmarkView;
 }