Show / Hide Table of Contents

Class TestBotActionViewModel

A test bot action.

Inheritance
object
BindableBase
BotActionViewModel
TestBotActionViewModel
Implements
INotifyPropertyChanged
IBotActionViewModel
Inherited Members
BotActionViewModel.Name
BotActionViewModel.IsRunning
BotActionViewModel.Bot
BotActionViewModel.Action
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.TestBot
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class TestBotActionViewModel : BotActionViewModel, INotifyPropertyChanged, IBotActionViewModel

Constructors

View Source

TestBotActionViewModel()

Initializes a new instance of the TestBotActionViewModel class.

Declaration
public TestBotActionViewModel()

Properties

View Source

ActionType

Gets or sets the action type.

Declaration
public TestBotActionType? ActionType { get; set; }
Property Value
Type Description
TestBotActionType?
View Source

Duration

Gets or sets the action duration.

Declaration
public double Duration { get; set; }
Property Value
Type Description
double
View Source

IsLaunchGame

Gets a value indicating whether or not this is a launch game action.

Declaration
public bool IsLaunchGame { get; }
Property Value
Type Description
bool
View Source

IsNotImplemented

Gets a value indicating whether or not this is a not implemented action.

Declaration
public bool IsNotImplemented { get; }
Property Value
Type Description
bool
View Source

LaunchGame

Gets the launch game view model.

Declaration
public LaunchPackageViewModel? LaunchGame { get; }
Property Value
Type Description
LaunchPackageViewModel
View Source

LaunchGameApplication

Gets or sets the game application to launch.

Declaration
public string LaunchGameApplication { get; set; }
Property Value
Type Description
string
View Source

LaunchGameArguments

Gets or sets the launch game arguments.

Declaration
public string LaunchGameArguments { get; set; }
Property Value
Type Description
string

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