Show / Hide Table of Contents

Class BusyContextModel

A class that represents a model for updating the UI when it is busy.

Inheritance
object
BindableBase
BusyContextModel
Implements
INotifyPropertyChanged
Inherited Members
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.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BusyContextModel : BindableBase, INotifyPropertyChanged

Properties

View Source

BusyContext

Gets or sets the message for when the UI is busy.

Declaration
public string BusyContext { get; set; }
Property Value
Type Description
string
View Source

IsBusy

Gets a value indicating whether the UI is busy.

Declaration
public bool IsBusy { get; }
Property Value
Type Description
bool

Methods

View Source

SubscribeToEvents(IEventAggregator)

Subscribes to events in order to keep UI context data up to date.

Declaration
public void SubscribeToEvents(IEventAggregator eventAggregator)
Parameters
Type Name Description
IEventAggregator eventAggregator

The event aggregator to use.

Implements

INotifyPropertyChanged
  • View Source
In this article
Back to top Generated by DocFX