Class DynamicGameStateTokenConfirmationViewModel
View model for dynamic game state token confirmation.
Inheritance
ViewModelBase<DynamicGameStateTokenConfirmationView>
DynamicGameStateTokenConfirmationViewModel
Inherited Members
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
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class DynamicGameStateTokenConfirmationViewModel : ViewModelBase<DynamicGameStateTokenConfirmationView>, INotifyPropertyChanged, IViewProvider, IClosingNotification, IViewInitialize
Constructors
View SourceDynamicGameStateTokenConfirmationViewModel(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 SourceConfirmationCommand
Gets the command for token confirmation.
Declaration
public DelegateCommand ConfirmationCommand { get; }
Property Value
Type | Description |
---|---|
DelegateCommand |
Token
Gets or sets the token being confirmed.
Declaration
public DynamicGameStateToken Token { get; set; }
Property Value
Type | Description |
---|---|
DynamicGameStateToken |
Implements
Phoenix.Views.IViewProvider
Phoenix.Views.IClosingNotification
Phoenix.Views.IViewInitialize