/// <summary>
 /// Deprecated Method for adding a new object to the routing_rule EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorouting_rule(routing_rule routing_rule)
 {
     base.AddObject("routing_rule", routing_rule);
 }
 /// <summary>
 /// Create a new routing_rule object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static routing_rule Createrouting_rule(global::System.Int32 id, global::System.DateTime lastModified)
 {
     routing_rule routing_rule = new routing_rule();
     routing_rule.ID = id;
     routing_rule.LastModified = lastModified;
     return routing_rule;
 }