Click or drag to resize

BaseJobElementSettingsView Class

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

Inheritance Hierarchy
System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Controls.UserControl
                  RAYLASE.Shared.GUI.BaseBindableView
                    RAYLASE.Marker.Common.GUI.BaseSettingsView
                      RAYLASE.Marker.JobElement.GUI.BaseJobElementSettingsView
                        RAYLASE.MarkerPlugin.JobElements.ClusterCopySettingView

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 methodGetMaskedProperty<T>
(Inherited from BaseSettingsView)
Protected methodOnConditionSelectedPortChanged 
Protected methodOnUseConditionChanged 
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetMaskedProperty<T>
(Inherited from BaseSettingsView)
Protected methodSetProperty<T> 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