Click or drag to resize

MainViewModel Class

The Main ViewModel.
Inheritance Hierarchy
SystemObject
  ViewModel
    ConsoleControlSample.WPFMainViewModel

Namespace:  ConsoleControlSample.WPF
Assembly:  ConsoleControlSample.WPF (in ConsoleControlSample.WPF.exe) Version: 1.0.1.0 (1.0.1.0)
Syntax
C#
public class MainViewModel : ViewModel

The MainViewModel type exposes the following members.

Constructors
  NameDescription
Public methodMainViewModel
Initializes a new instance of the MainViewModel class.
Top
Properties
  NameDescription
Public propertyClearOutputCommand
Gets the clear output command.
Public propertyProcessState
Gets or sets the state of the process.
Public propertyStartCommandPromptCommand
Gets the start command prompt command.
Public propertyStartNewProcessCommand
Gets or sets the start new process command.
Public propertyStopProcessCommand
Gets or sets the stop process command.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodGetValue (Inherited from ViewModel.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNotifyPropertyChanged (Inherited from ViewModel.)
Protected methodSetValue(NotifyingProperty, Object) (Inherited from ViewModel.)
Protected methodSetValue(NotifyingProperty, Object, Boolean) (Inherited from ViewModel.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from ViewModel.)
Top
See Also