Click or drag to resize

SPICE3StandAloneViewStandAloneJobViewModel Class

[Missing <summary> documentation for "T:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3StandAloneView.StandAloneJobViewModel"]

Inheritance Hierarchy
SystemObject
  BindableBase
    RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3SPICE3StandAloneViewStandAloneJobViewModel

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class StandAloneJobViewModel : BindableBase

The SPICE3StandAloneViewStandAloneJobViewModel type exposes the following members.

Constructors
 NameDescription
Public methodSPICE3StandAloneViewStandAloneJobViewModelInitializes a new instance of the SPICE3StandAloneViewStandAloneJobViewModel class
Top
Properties
Methods
 NameDescription
Protected methodOnPropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
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)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Top
See Also