Show / Hide Table of Contents

Class BotActionViewModel<T>

The view model for a bot action.

Inheritance
object
BindableBase
BotActionViewModel
BotActionViewModel<T>
Implements
INotifyPropertyChanged
IBotActionViewModel
Inherited Members
BotActionViewModel.Name
BotActionViewModel.IsRunning
BotActionViewModel.Bot
BotActionViewModel.ToString()
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BotScripting.dll
Syntax
public class BotActionViewModel<T> : BotActionViewModel, INotifyPropertyChanged, IBotActionViewModel
Type Parameters
Name Description
T

The action type.

Properties

View Source

Action

Gets or sets the underlying action.

Declaration
public T Action { get; set; }
Property Value
Type Description
T

Implements

INotifyPropertyChanged
IBotActionViewModel

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