Click or drag to resize

BusyIndicatorViewModelT Class

Serves as the view model for the busy indicator view.
Inheritance Hierarchy
SystemObject
  BindableBase
    CADSharpTools.MVVM.ViewModelsBusyIndicatorViewModelT

Namespace:  CADSharpTools.MVVM.ViewModels
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class BusyIndicatorViewModel<T> : BindableBase
where T : busyIndicatorCallBack

Type Parameters

T
Callback type must implement [!:busy]

The BusyIndicatorViewModelT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCallback
Callback object.
Public propertyCancelCommand
Cancel command.
Public propertyIsBusy
Gets or sets the state of the Busy state.
Public propertyTimeElapsed
Returns formatted elapsed time since the view was shown.
Public propertyTitle
Title of the busy indicator window.
Top
Methods
  NameDescription
Public methodShowView
Shows the busy indicator view dialog. Use this method to avoid referencing WPF libraries.
Top
See Also