Class TestBotBrainViewModel
A test bot brain.
Inheritance
TestBotBrainViewModel
Implements
Inherited Members
Namespace: Phoenix.TestBot
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class TestBotBrainViewModel : BotBrainViewModel, IBotBrainViewModel, IBotViewModelWithBrain, IBotViewModel, INotifyPropertyChanged, IOnSelected, IDisposable
Constructors
View SourceTestBotBrainViewModel(IServiceProvider)
A test bot brain.
Declaration
public TestBotBrainViewModel(IServiceProvider services)
Parameters
Type | Name | Description |
---|---|---|
IServiceProvider | services | The service provider. |
Properties
View SourceAllUrges
Gets the set of all possible urges.
Declaration
protected override IEnumerable<UrgeInfo> AllUrges { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UrgeInfo> |