Show / Hide Table of Contents

Interface IRequirementViewModel

The view model interface for a requirement on a selected scenario in the overmind UI.

Inherited Members
IOnSelected.OnSelected(object)
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IRequirementViewModel : IOnSelected

Properties

View Source

Name

Gets the name.

Declaration
string Name { get; }
Property Value
Type Description
string
View Source

QualityPass

Gets the quality pass.

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

Requirement

Gets or sets a requirement that must be satisfied to complete the scenario.

Declaration
IRequirement Requirement { get; set; }
Property Value
Type Description
IRequirement
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