Click or drag to resize

ExecutionSequenceViewModel Class

[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.GUI.ExecutionSequenceViewModel"]

Inheritance Hierarchy
SystemObject
  BindableBase
    RAYLASE.Marker.VectorGraphicElement.GUIExecutionSequenceViewModel

Namespace: RAYLASE.Marker.VectorGraphicElement.GUI
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class ExecutionSequenceViewModel : BindableBase

The ExecutionSequenceViewModel type exposes the following members.

Constructors
 NameDescription
Public methodExecutionSequenceViewModelInitializes a new instance of the ExecutionSequenceViewModel 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)
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Top
See Also