TPTConsole.Model.TPTEntities.AddToSentients C# (CSharp) Method

AddToSentients() public method

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