Class TestBotActionViewModel
A test bot action.
Inherited Members
Namespace: Phoenix.TestBot
Assembly: Phoenix.Plugin.TestBot.dll
Syntax
public class TestBotActionViewModel : BotActionViewModel, INotifyPropertyChanged, IBotActionViewModel
Constructors
View SourceTestBotActionViewModel()
Initializes a new instance of the TestBotActionViewModel class.
Declaration
public TestBotActionViewModel()
Properties
View SourceActionType
Gets or sets the action type.
Declaration
public TestBotActionType? ActionType { get; set; }
Property Value
Type | Description |
---|---|
TestBotActionType? |
Duration
Gets or sets the action duration.
Declaration
public double Duration { get; set; }
Property Value
Type | Description |
---|---|
double |
IsLaunchGame
Gets a value indicating whether or not this is a launch game action.
Declaration
public bool IsLaunchGame { get; }
Property Value
Type | Description |
---|---|
bool |
IsNotImplemented
Gets a value indicating whether or not this is a not implemented action.
Declaration
public bool IsNotImplemented { get; }
Property Value
Type | Description |
---|---|
bool |
LaunchGame
Gets the launch game view model.
Declaration
public LaunchPackageViewModel? LaunchGame { get; }
Property Value
Type | Description |
---|---|
LaunchPackageViewModel |
LaunchGameApplication
Gets or sets the game application to launch.
Declaration
public string LaunchGameApplication { get; set; }
Property Value
Type | Description |
---|---|
string |
LaunchGameArguments
Gets or sets the launch game arguments.
Declaration
public string LaunchGameArguments { get; set; }
Property Value
Type | Description |
---|---|
string |