C# Class Fractrace.Basic.DataViewControl

Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Свойство Type Description
_oldNodeHash string
_pages DataViewControlPage>.Dictionary

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

DataViewControl() public méthode

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

Dispose() protected méthode

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

Select() public méthode

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
Résultat void

dElement_ElementChanged() public méthode

SubElement has changed.
public dElement_ElementChanged ( string name, string value ) : void
name string
value string
Résultat void

Property Details

_oldNodeHash protected_oe property

Current choosen category (of selected node).
protected string _oldNodeHash
Résultat string

_pages protected_oe property

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