Click or drag to resize

BlockableDialogAwareViewModel Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows.BlockableDialogAwareViewModel"]

Inheritance Hierarchy
SystemObject
  BindableBase
    RAYLASE.Marker.GUI.Common.InteractivityBaseDialogAwareViewModel
      RAYLASE.Marker.GUI.Common.Interactivity.PopupWindowsBlockableDialogAwareViewModel

Namespace: RAYLASE.Marker.GUI.Common.Interactivity.PopupWindows
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public class BlockableDialogAwareViewModel : BaseDialogAwareViewModel

The BlockableDialogAwareViewModel type exposes the following members.

Constructors
 NameDescription
Public methodBlockableDialogAwareViewModelInitializes a new instance of the BlockableDialogAwareViewModel class
Top
Properties
Methods
 NameDescription
Protected methodAppendResultParameters
(Inherited from BaseDialogAwareViewModel)
Protected methodApplyPermission 
Public methodCanCloseDialog
(Inherited from BaseDialogAwareViewModel)
Protected methodClose
(Inherited from BaseDialogAwareViewModel)
Public methodCreateDialogResult
(Inherited from BaseDialogAwareViewModel)
Protected methodDoAction
(Inherited from BaseDialogAwareViewModel)
Public methodDoOnDialogClosed
(Overrides BaseDialogAwareViewModelDoOnDialogClosed)
Public methodDoOnDialogOpened
(Overrides BaseDialogAwareViewModelDoOnDialogOpened(IDialogParameters))
Protected methodOnAction
(Inherited from BaseDialogAwareViewModel)
Public methodOnDialogClosed
(Inherited from BaseDialogAwareViewModel)
Public methodOnDialogOpened
(Inherited from BaseDialogAwareViewModel)
Protected methodOnPropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Public methodRegisterClose
(Inherited from BaseDialogAwareViewModel)
Protected methodRetrievePermission 
Protected methodSetProperty``1(UMP, UMP, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Protected methodSetProperty``1(UMP, UMP, Action, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Public methodUnregisterClose
(Inherited from BaseDialogAwareViewModel)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Public eventRequestClose
(Inherited from BaseDialogAwareViewModel)
Top
See Also