Click or drag to resize

ControllerAndSetNullMethod Structure

Holds a controller instance together with an action that can be used to clear the member that references the controller.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GuiControllerAndSetNullMethod

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct ControllerAndSetNullMethod

The ControllerAndSetNullMethod type exposes the following members.

Constructors
 NameDescription
Public methodControllerAndSetNullMethod Initializes a new instance of the ControllerAndSetNullMethod struct.
Top
Properties
 NameDescription
Public propertyController Gets the controller instance.
Public propertyIsEmpty Gets a value indicating whether this instance is empty.
Public propertySetMemberToNullAction Gets the action that sets the member referencing the controller to .
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also