Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <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>
 /// <param name="dialPlanID">Initial value of the DialPlanID property.</param>
 public static SIPDialplanLookup CreateSIPDialplanLookup(global::System.String id, global::System.String lookupKey, global::System.Int32 lookupType, global::System.String owner, global::System.String dialPlanID)
 {
     SIPDialplanLookup sIPDialplanLookup = new SIPDialplanLookup();
     sIPDialplanLookup.ID = id;
     sIPDialplanLookup.LookupKey = lookupKey;
     sIPDialplanLookup.LookupType = lookupType;
     sIPDialplanLookup.Owner = owner;
     sIPDialplanLookup.DialPlanID = dialPlanID;
     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);
 }