SIPSorcery.Entities.SIPSorceryEntities.AddToCustomerAccounts C# (CSharp) 메소드

AddToCustomerAccounts() 공개 메소드

Deprecated Method for adding a new object to the CustomerAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomerAccounts ( CustomerAccount customerAccount ) : void
customerAccount CustomerAccount
리턴 void
        public void AddToCustomerAccounts(CustomerAccount customerAccount)
        {
            base.AddObject("CustomerAccounts", customerAccount);
        }