Click or drag to resize

OptionPanelBaseT Class

[Missing <summary> documentation for "T:Altaxo.Gui.Settings.OptionPanelBase`1"]

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.SettingsOptionPanelBaseT
    More

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class OptionPanelBase<T> : IOptionPanel
where T : class, IMVCANController

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Gui.Settings.OptionPanelBase`1"]

The OptionPanelBaseT type exposes the following members.

Constructors
 NameDescription
Protected methodOptionPanelBaseTInitializes a new instance of the OptionPanelBaseT class
Top
Properties
 NameDescription
Public propertyOwner 
Public propertyViewObject 
Top
Methods
 NameDescription
Public methodApply 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Creates the controller and calls _controller.InitializeDocument.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodProcessControllerResult Is called after the Apply function of the controller returned true (success). Here the document has to be retrieved from the controller, and then the retrieved document should be processed (stored etc.).
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_controller 
Top
See Also
Inheritance Hierarchy