/// <summary>
 /// Create a new SIPDialplanLookup object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="lookupkey">Initial value of the lookupkey property.</param>
 /// <param name="lookuptype">Initial value of the lookuptype property.</param>
 /// <param name="owner">Initial value of the owner property.</param>
 public static SIPDialplanLookup CreateSIPDialplanLookup(global::System.String id, global::System.String lookupkey, global::System.Int32 lookuptype, global::System.String owner)
 {
     SIPDialplanLookup sIPDialplanLookup = new SIPDialplanLookup();
     sIPDialplanLookup.id = id;
     sIPDialplanLookup.lookupkey = lookupkey;
     sIPDialplanLookup.lookuptype = lookuptype;
     sIPDialplanLookup.owner = owner;
     return sIPDialplanLookup;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SIPDialplanLookups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSIPDialplanLookups(SIPDialplanLookup sIPDialplanLookup)
 {
     base.AddObject("SIPDialplanLookups", sIPDialplanLookup);
 }