Click or drag to resize

ClusterCopySettingView Class

Interaction logic for ClusterCopySettingView.xaml
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.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class ClusterCopySettingView : BaseJobElementSettingsView, 
	IHelpView, IComponentConnector, IStyleConnector

The ClusterCopySettingView type exposes the following members.

Constructors
 NameDescription
Public methodClusterCopySettingViewInitializes a new instance of the ClusterCopySettingView class
Top
Properties
Methods
 NameDescription
Public methodGetHelpID 
Protected methodGetMaskedPropertyT
(Inherited from BaseSettingsView)
Public methodInitializeComponent InitializeComponent
Protected methodOnConditionSelectedPortChanged
(Overrides BaseJobElementSettingsViewOnConditionSelectedPortChanged(PortDefinition))
Protected methodOnUseConditionChanged
(Overrides BaseJobElementSettingsViewOnUseConditionChanged(NullableBoolean))
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
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Explicit interface implementationPrivate methodIStyleConnectorConnectAttaches events on event setters and templates in compiled content.
Top
See Also