Click or drag to resize

BaseJobElementSettingsView Class

[Missing <summary> documentation for "T:RAYLASE.Marker.JobElement.GUI.BaseJobElementSettingsView"]

Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Shared.GUIBaseBindableView
                    RAYLASE.Marker.Common.GUIBaseSettingsView
                      RAYLASE.Marker.JobElement.GUIBaseJobElementSettingsView
                        RAYLASE.MarkerPlugin.JobElementsClusterCopySettingView

Namespace: RAYLASE.Marker.JobElement.GUI
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public class BaseJobElementSettingsView : BaseSettingsView

The BaseJobElementSettingsView type exposes the following members.

Constructors
 NameDescription
Public methodBaseJobElementSettingsViewInitializes a new instance of the BaseJobElementSettingsView class
Top
Properties
 NameDescription
Public propertyMask
(Inherited from BaseSettingsView)
Top
Methods
 NameDescription
Protected methodGetMaskedPropertyT
(Inherited from BaseSettingsView)
Protected methodOnConditionSelectedPortChanged 
Protected methodOnUseConditionChanged 
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetMaskedPropertyT
(Inherited from BaseSettingsView)
Protected methodSetPropertyT Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Protected methodUpdateMask
(Inherited from BaseSettingsView)
Top
Events
 NameDescription
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Top
See Also