/// <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>
 public static SIPDialplanRoute CreateSIPDialplanRoute(global::System.String id, global::System.String owner, global::System.String routedestination, global::System.String routename, global::System.String routepattern)
 {
     SIPDialplanRoute sIPDialplanRoute = new SIPDialplanRoute();
     sIPDialplanRoute.id = id;
     sIPDialplanRoute.owner = owner;
     sIPDialplanRoute.routedestination = routedestination;
     sIPDialplanRoute.routename = routename;
     sIPDialplanRoute.routepattern = routepattern;
     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);
 }