Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new SIPDialplanProvider object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="owner">Initial value of the Owner property.</param>
 /// <param name="providerDialString">Initial value of the ProviderDialString property.</param>
 /// <param name="providerName">Initial value of the ProviderName property.</param>
 /// <param name="dialPlanID">Initial value of the DialPlanID property.</param>
 public static SIPDialplanProvider CreateSIPDialplanProvider(global::System.String id, global::System.String owner, global::System.String providerDialString, global::System.String providerName, global::System.String dialPlanID)
 {
     SIPDialplanProvider sIPDialplanProvider = new SIPDialplanProvider();
     sIPDialplanProvider.ID = id;
     sIPDialplanProvider.Owner = owner;
     sIPDialplanProvider.ProviderDialString = providerDialString;
     sIPDialplanProvider.ProviderName = providerName;
     sIPDialplanProvider.DialPlanID = dialPlanID;
     return sIPDialplanProvider;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SIPDialplanProviders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSIPDialplanProviders(SIPDialplanProvider sIPDialplanProvider)
 {
     base.AddObject("SIPDialplanProviders", sIPDialplanProvider);
 }