Class InspectorControl
- Namespace
- Northwoods.Go.Extensions
- Assembly
- DataInspectorWinForms.dll
Implements the IInspector interface for the WinForms platform.
public class InspectorControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IInspector
- Inheritance
-
InspectorControl
- Implements
- Inherited Members
Constructors
InspectorControl()
public InspectorControl()
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.
UpdatePropertiesFromInput(Inspector)
Implements UpdatePropertiesFromInput(Inspector) to update data properties.
public void UpdatePropertiesFromInput(Inspector inspector)
Parameters
inspector
Inspector
UpdateUI(Inspector, bool)
Implements UpdateUI(Inspector, bool) to update the input fields or rebuild the table of inputs.
public void UpdateUI(Inspector inspector, bool rebuild = false)