Interface IRequirementViewModel
The view model interface for a requirement on a selected scenario in the overmind UI.
Inherited Members
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IRequirementViewModel : IOnSelectedProperties
View SourceName
Gets the name.
Declaration
string Name { get; }Property Value
| Type | Description | 
|---|---|
| string | 
QualityPass
Gets the quality pass.
Declaration
QualityPassViewModel QualityPass { get; }Property Value
| Type | Description | 
|---|---|
| QualityPassViewModel | 
Requirement
Gets or sets a requirement that must be satisfied to complete the scenario.
Declaration
IRequirement Requirement { get; set; }Property Value
| Type | Description | 
|---|---|
| IRequirement | 
Scenario
Gets or sets the scenario view model.
Declaration
IRoleBasedScenarioViewModel? Scenario { get; set; }Property Value
| Type | Description | 
|---|---|
| IRoleBasedScenarioViewModel |