C# Class Fractrace.Basic.DataViewControl

ファイルを表示 Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Property Type Description
_oldNodeHash string
_pages DataViewControlPage>.Dictionary

Public Methods

Method Description
DataViewControl ( ) : System.Collections.Generic

Initializes a new instance of the DataViewControl class.

Select ( string category ) : void

A new category (as node in the tree view is selected). This control has to display all corresponding entries.

dElement_ElementChanged ( string name, string value ) : void

SubElement has changed.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

DataViewControl() public method

Initializes a new instance of the DataViewControl class.
public DataViewControl ( ) : System.Collections.Generic
return System.Collections.Generic

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Select() public method

A new category (as node in the tree view is selected). This control has to display all corresponding entries.
public Select ( string category ) : void
category string
return void

dElement_ElementChanged() public method

SubElement has changed.
public dElement_ElementChanged ( string name, string value ) : void
name string
value string
return void

Property Details

_oldNodeHash protected_oe property

Current choosen category (of selected node).
protected string _oldNodeHash
return string

_pages protected_oe property

Some created pages for fast display on node selection. Key is the category.
protected Dictionary _pages
return DataViewControlPage>.Dictionary