SIPSorcery.Entities.SIPSorceryEntities.AddToSIPDialPlans C# (CSharp) Method

AddToSIPDialPlans() public method

Deprecated Method for adding a new object to the SIPDialPlans EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialPlans ( SIPDialPlan sIPDialPlan ) : void
sIPDialPlan SIPDialPlan
return void
        public void AddToSIPDialPlans(SIPDialPlan sIPDialPlan)
        {
            base.AddObject("SIPDialPlans", sIPDialPlan);
        }