Show / Hide Table of Contents

Interface IConsiderationViewModel

A view model for a consideration.

Inherited Members
IOnSelected.OnSelected(object)
IItemInfo.Name
IItemInfo.DisplayName
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IConsiderationViewModel : IOnSelected, IItemInfo

Properties

View Source

BrainView

Gets or sets the bot brain view model.

Declaration
IBotBrainViewModel? BrainView { get; set; }
Property Value
Type Description
IBotBrainViewModel
View Source

Consideration

Gets or sets the consideration.

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