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

AddToSimpleWizardRules() public method

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