Interface IRoleViewModel
Represents a role in a scenario.
Inherited Members
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IRoleViewModel : IScenarioTreeItem
Properties
View SourceRole
Gets or sets the role.
Declaration
IRole Role { get; set; }
Property Value
Type | Description |
---|---|
IRole |
Scenario
Gets or sets the scenario view model.
Declaration
IRoleBasedScenarioViewModel? Scenario { get; set; }
Property Value
Type | Description |
---|---|
IRoleBasedScenarioViewModel |