Show / Hide Table of Contents

Class BotTab

The default bot brain tab.

Inheritance
object
BindableBase
ViewModelBase<CommanderControl>
TabItemViewModel<CommanderControl>
CommanderTabViewModelBase
BotTabBase
BotTab
Implements
INotifyPropertyChanged
IViewProvider
IClosingNotification
IViewInitialize
Inherited Members
BotTabBase.Services
BotTabBase.OnClosing(CancelEventArgs)
CommanderTabViewModelBase.ExitFullScreen()
CommanderTabViewModelBase.GetModuleKey()
CommanderTabViewModelBase.Initialize()
CommanderTabViewModelBase.TopSections
CommanderTabViewModelBase.Sections
CommanderTabViewModelBase.BottomSections
CommanderTabViewModelBase.AnySectionOnTop
CommanderTabViewModelBase.AnySectionOnBottom
CommanderTabViewModelBase.UsesFullScreenSectionHeader
CommanderTabViewModelBase.FullScreenSection
CommanderTabViewModelBase.FullScreenSectionView
CommanderTabViewModelBase.FullScreenSectionHeader
CommanderTabViewModelBase.CommanderConfiguration
TabItemViewModel<CommanderControl>.FocusView()
TabItemViewModel<CommanderControl>.OnViewChanged(object, DependencyPropertyChangedEventArgs)
TabItemViewModel<CommanderControl>.LogOnlyIfTabActive(string, string, params object[])
TabItemViewModel<CommanderControl>.LogOnlyIfTabActive(string, LogSeverity, string, params object[])
TabItemViewModel<CommanderControl>.LogOnlyIfTabActive(string, Guid, string, params object[])
TabItemViewModel<CommanderControl>.LogOnlyIfTabActive(string, Guid, LogSeverity, string, params object[])
TabItemViewModel<CommanderControl>.LoglineOnlyIfTabActive(string, string, params object[])
TabItemViewModel<CommanderControl>.LoglineOnlyIfTabActive(string, LogSeverity, string, params object[])
TabItemViewModel<CommanderControl>.LoglineOnlyIfTabActive(string, Guid, string, params object[])
TabItemViewModel<CommanderControl>.LoglineOnlyIfTabActive(string, Guid, LogSeverity, string, params object[])
TabItemViewModel<CommanderControl>.LogExceptionOnlyIfTabActive(string, LogSeverity, Exception)
TabItemViewModel<CommanderControl>.LogCriticalExceptionOnlyIfTabActive(string, Exception)
ViewModelBase<CommanderControl>.Closing(CancelEventArgs)
ViewModelBase<CommanderControl>.OnClosed()
ViewModelBase<CommanderControl>.Uninitialize()
ViewModelBase<CommanderControl>.CloseView()
ViewModelBase<CommanderControl>.IsClosable
ViewModelBase<CommanderControl>.IsDockable
ViewModelBase<CommanderControl>.HeaderName
ViewModelBase<CommanderControl>.View
ViewModelBase<CommanderControl>.EventAggregator
ViewModelBase<CommanderControl>.Logger
ViewModelBase<CommanderControl>.Closed
BindableBase.SetProperty<T>(ref T, T, string)
BindableBase.SetProperty<T>(ref T, T, Action, string)
BindableBase.RaisePropertyChanged(string)
BindableBase.OnPropertyChanged(PropertyChangedEventArgs)
BindableBase.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BotScripting.dll
Syntax
public class BotTab : BotTabBase, INotifyPropertyChanged, IViewProvider, IClosingNotification, IViewInitialize
Remarks

Initializes a new instance of the BotTab class.

Constructors

View Source

BotTab(string, IWindowingControl, IEventAggregator, IPhoenixLogger, IServiceProvider)

The default bot brain tab.

Declaration
public BotTab(string header, IWindowingControl windowing, IEventAggregator eventAggregator, IPhoenixLogger logger, IServiceProvider services)
Parameters
Type Name Description
string header

The tab header.

IWindowingControl windowing

The Phoenix windowing control.

IEventAggregator eventAggregator

The event aggregator.

IPhoenixLogger logger

The logger.

IServiceProvider services

The services for the tab.

Remarks

Initializes a new instance of the BotTab class.

Methods

View Source

GetSectionDefinitions()

Gets the sections that the commander should display.

Declaration
protected override IEnumerable<CommanderSection> GetSectionDefinitions()
Returns
Type Description
IEnumerable<CommanderSection>

The sections that should be displayed.

Overrides
Phoenix.Controls.Commander.CommanderTabViewModelBase.GetSectionDefinitions()

Implements

INotifyPropertyChanged
Phoenix.Views.IViewProvider
Phoenix.Views.IClosingNotification
Phoenix.Views.IViewInitialize

Extension Methods

INotifyPropertyChangedExtensions.OnPropertyChanged(INotifyPropertyChanged, string, Action)
INotifyPropertyChangedExtensions.OnPropertyChanged(INotifyPropertyChanged, string, Action<object?, string>)
INotifyPropertyChangedExtensions.OnPropertyChangedUntil(INotifyPropertyChanged, string, Func<bool>)
INotifyPropertyChangedExtensions.OnPropertyChangedUntil(INotifyPropertyChanged, string, Func<object?, string, bool>)
  • View Source
In this article
Back to top Generated by DocFX