/// <summary> /// Deprecated Method for adding a new object to the Stops EntitySet. Consider using the .Add method of the associated ObjectSet<T> 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; }
internal Stop(DataModel.Stops entity) : base(entity) { }