Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new SIPDialplanRoute object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="owner">Initial value of the Owner property.</param>
 /// <param name="routeDestination">Initial value of the RouteDestination property.</param>
 /// <param name="routeName">Initial value of the RouteName property.</param>
 /// <param name="routePattern">Initial value of the RoutePattern property.</param>
 /// <param name="dialPlanID">Initial value of the DialPlanID property.</param>
 public static SIPDialplanRoute CreateSIPDialplanRoute(global::System.String id, global::System.String owner, global::System.String routeDestination, global::System.String routeName, global::System.String routePattern, global::System.String dialPlanID)
 {
     SIPDialplanRoute sIPDialplanRoute = new SIPDialplanRoute();
     sIPDialplanRoute.ID = id;
     sIPDialplanRoute.Owner = owner;
     sIPDialplanRoute.RouteDestination = routeDestination;
     sIPDialplanRoute.RouteName = routeName;
     sIPDialplanRoute.RoutePattern = routePattern;
     sIPDialplanRoute.DialPlanID = dialPlanID;
     return sIPDialplanRoute;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SIPDialplanRoutes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSIPDialplanRoutes(SIPDialplanRoute sIPDialplanRoute)
 {
     base.AddObject("SIPDialplanRoutes", sIPDialplanRoute);
 }