Show / Hide Table of Contents

Interface IScenarioTreeItem

Represents an item in the scenario tree view, which may be a scenario or role.

Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IScenarioTreeItem

Properties

View Source

HasUnsavedChanges

Gets a value indicating whether this item has unsaved changes.

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

Item

Gets the scenario or role to represent in the tree view.

Declaration
object Item { get; }
Property Value
Type Description
object
View Source

QualityPass

Gets the quality pass.

Declaration
QualityPassViewModel QualityPass { get; }
Property Value
Type Description
QualityPassViewModel
View Source

Title

Gets a descriptive title for displaying details about the item.

Declaration
string Title { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX