Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new SIPDialplanOption object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="owner">Initial value of the Owner property.</param>
 /// <param name="enableSafeguards">Initial value of the EnableSafeguards property.</param>
 /// <param name="dialPlanID">Initial value of the DialPlanID property.</param>
 public static SIPDialplanOption CreateSIPDialplanOption(global::System.String id, global::System.String owner, global::System.Boolean enableSafeguards, global::System.String dialPlanID)
 {
     SIPDialplanOption sIPDialplanOption = new SIPDialplanOption();
     sIPDialplanOption.ID = id;
     sIPDialplanOption.Owner = owner;
     sIPDialplanOption.EnableSafeguards = enableSafeguards;
     sIPDialplanOption.DialPlanID = dialPlanID;
     return sIPDialplanOption;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SIPDialplanOptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSIPDialplanOptions(SIPDialplanOption sIPDialplanOption)
 {
     base.AddObject("SIPDialplanOptions", sIPDialplanOption);
 }