Show / Hide Table of Contents

Interface IRoleViewModel

Represents a role in a scenario.

Inherited Members
IScenarioTreeItem.Title
IScenarioTreeItem.Item
IScenarioTreeItem.QualityPass
IScenarioTreeItem.HasUnsavedChanges
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IRoleViewModel : IScenarioTreeItem

Properties

View Source

Role

Gets or sets the role.

Declaration
IRole Role { get; set; }
Property Value
Type Description
IRole
View Source

Scenario

Gets or sets the scenario view model.

Declaration
IRoleBasedScenarioViewModel? Scenario { get; set; }
Property Value
Type Description
IRoleBasedScenarioViewModel
  • View Source
In this article
Back to top Generated by DocFX