/// <summary>
 /// Deprecated Method for adding a new object to the Stops EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStops(Stops stops)
 {
     base.AddObject("Stops", stops);
 }
 /// <summary>
 /// Create a new Stops object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Stops CreateStops(global::System.Guid id)
 {
     Stops stops = new Stops();
     stops.Id = id;
     return stops;
 }
예제 #3
0
 internal Stop(DataModel.Stops entity)
     : base(entity)
 {
 }