Interface IBotBrainViewModel
A view model for a bot brain.
Inherited Members
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IBotBrainViewModel : IBotViewModelWithBrain, IBotViewModel, INotifyPropertyChanged, IOnSelected
Properties
View SourceBots
Gets the bots controlled by this brain.
Declaration
ObservableCollection<IBotBrainClient> Bots { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<IBotBrainClient> |
Urges
Gets the urges.
Declaration
ListViewModel<IUrgeViewModel> Urges { get; }
Property Value
Type | Description |
---|---|
ListViewModel<IUrgeViewModel> |