TPTConsole.Model.TPTEntities.AddToSentients C# (CSharp) Méthode

AddToSentients() public méthode

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
Résultat void
        public void AddToSentients(Sentient sentient)
        {
            base.AddObject("Sentients", sentient);
        }