Show / Hide Table of Contents

Interface IBotViewModelWithBrain

A view model for a bot that is a brain or is controlled by one.

Inherited Members
IBotViewModel.IsRunningChanged
IBotViewModel.DetailsTitle
IBotViewModel.AllListViewChoices
IBotViewModel.ListViewTitle
IBotViewModel.ListViewContext
IBotViewModel.ListDetailsTitle
IBotViewModel.Name
IBotViewModel.Status
IBotViewModel.IsRunning
IBotViewModel.CanStart
IBotViewModel.CanResume
IBotViewModel.CanStop
IBotViewModel.CanSave
IBotViewModel.FilePath
IBotViewModel.IsRunningOn(IDevice)
IBotViewModel.StartAsync()
IBotViewModel.ResumeAsync()
IBotViewModel.StopAsync()
IBotViewModel.Load(string)
IBotViewModel.Save()
IBotViewModel.OnDeviceSelected(DeviceCollectionChangeInfo)
IBotViewModel.OnCanExecuteChanged()
INotifyPropertyChanged.PropertyChanged
IOnSelected.OnSelected(object)
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IBotViewModelWithBrain : IBotViewModel, INotifyPropertyChanged, IOnSelected

Properties

View Source

Brain

Gets or sets the brain.

Declaration
IBotBrain? Brain { get; set; }
Property Value
Type Description
IBotBrain

Extension Methods

INotifyPropertyChangedExtensions.OnPropertyChanged(INotifyPropertyChanged, string, Action)
INotifyPropertyChangedExtensions.OnPropertyChanged(INotifyPropertyChanged, string, Action<object?, string>)
INotifyPropertyChangedExtensions.OnPropertyChangedUntil(INotifyPropertyChanged, string, Func<bool>)
INotifyPropertyChangedExtensions.OnPropertyChangedUntil(INotifyPropertyChanged, string, Func<object?, string, bool>)
  • View Source
In this article
Back to top Generated by DocFX