Show / Hide Table of Contents

Class DynamicGameStateTokenConfirmationViewModel

View model for dynamic game state token confirmation.

Inheritance
object
BindableBase
ViewModelBase<DynamicGameStateTokenConfirmationView>
DynamicGameStateTokenConfirmationViewModel
Implements
INotifyPropertyChanged
IViewProvider
IClosingNotification
IViewInitialize
Inherited Members
ViewModelBase<DynamicGameStateTokenConfirmationView>.Closing(CancelEventArgs)
ViewModelBase<DynamicGameStateTokenConfirmationView>.OnClosing(CancelEventArgs)
ViewModelBase<DynamicGameStateTokenConfirmationView>.OnClosed()
ViewModelBase<DynamicGameStateTokenConfirmationView>.Initialize()
ViewModelBase<DynamicGameStateTokenConfirmationView>.Uninitialize()
ViewModelBase<DynamicGameStateTokenConfirmationView>.CloseView()
ViewModelBase<DynamicGameStateTokenConfirmationView>.IsClosable
ViewModelBase<DynamicGameStateTokenConfirmationView>.IsDockable
ViewModelBase<DynamicGameStateTokenConfirmationView>.HeaderName
ViewModelBase<DynamicGameStateTokenConfirmationView>.View
ViewModelBase<DynamicGameStateTokenConfirmationView>.EventAggregator
ViewModelBase<DynamicGameStateTokenConfirmationView>.Logger
ViewModelBase<DynamicGameStateTokenConfirmationView>.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.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class DynamicGameStateTokenConfirmationViewModel : ViewModelBase<DynamicGameStateTokenConfirmationView>, INotifyPropertyChanged, IViewProvider, IClosingNotification, IViewInitialize

Constructors

View Source

DynamicGameStateTokenConfirmationViewModel(DynamicGameStateTokenConfirmationView, IWindowingControl, IEventAggregator, IPhoenixLogger, IServiceProvider)

Initializes a new instance of the DynamicGameStateTokenConfirmationViewModel class.

Declaration
public DynamicGameStateTokenConfirmationViewModel(DynamicGameStateTokenConfirmationView view, IWindowingControl windowingControl, IEventAggregator eventAggregator, IPhoenixLogger logger, IServiceProvider serviceProvider = null)
Parameters
Type Name Description
DynamicGameStateTokenConfirmationView view

The view.

IWindowingControl windowingControl

The windowing control.

IEventAggregator eventAggregator

The event aggregator.

IPhoenixLogger logger

The logger.

IServiceProvider serviceProvider

The service provider.

Properties

View Source

ConfirmationCommand

Gets the command for token confirmation.

Declaration
public DelegateCommand ConfirmationCommand { get; }
Property Value
Type Description
DelegateCommand
View Source

Token

Gets or sets the token being confirmed.

Declaration
public DynamicGameStateToken Token { get; set; }
Property Value
Type Description
DynamicGameStateToken

Implements

INotifyPropertyChanged
Phoenix.Views.IViewProvider
Phoenix.Views.IClosingNotification
Phoenix.Views.IViewInitialize
  • View Source
In this article
Back to top Generated by DocFX