/// <summary>
 /// Create a new cangooru_Location_Order object.
 /// </summary>
 /// <param name="orderId">Initial value of the OrderId property.</param>
 /// <param name="locationId">Initial value of the LocationId property.</param>
 /// <param name="isStartPoint">Initial value of the IsStartPoint property.</param>
 public static cangooru_Location_Order Createcangooru_Location_Order(global::System.Guid orderId, global::System.Guid locationId, global::System.Boolean isStartPoint)
 {
     cangooru_Location_Order cangooru_Location_Order = new cangooru_Location_Order();
     cangooru_Location_Order.OrderId = orderId;
     cangooru_Location_Order.LocationId = locationId;
     cangooru_Location_Order.IsStartPoint = isStartPoint;
     return cangooru_Location_Order;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the cangooru_Location_Order EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocangooru_Location_Order(cangooru_Location_Order cangooru_Location_Order)
 {
     base.AddObject("cangooru_Location_Order", cangooru_Location_Order);
 }