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

AddToSIPDialplanLookups() public method

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