C# Class Fractrace.Basic.DataViewControlPage

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

Protected Properties

Свойство Type Description
_category string
_computedHeight int
_nodeHash string
_nodeValueHash string
_parent DataViewControl

Méthodes publiques

Méthode Description
Create ( string entryNames ) : void

Control ist filled with all entries which corresponds to given names.

DataViewControlPage ( DataViewControl parent ) : System

Initializes a new instance of the DataViewControlPage class.

IterateElements ( ) : bool

Subentries are updated. Returns true, if at least one entry is added or removed.

UpdateElements ( ) : void

Method Details

Create() public méthode

Control ist filled with all entries which corresponds to given names.
public Create ( string entryNames ) : void
entryNames string
Résultat void

DataViewControlPage() public méthode

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

IterateElements() public méthode

Subentries are updated. Returns true, if at least one entry is added or removed.
public IterateElements ( ) : bool
Résultat bool

UpdateElements() public méthode

public UpdateElements ( ) : void
Résultat void

Property Details

_category protected_oe property

The corresponding parameter category.
protected string _category
Résultat string

_computedHeight protected_oe property

protected int _computedHeight
Résultat int

_nodeHash protected_oe property

Intern access to NodeHash
protected string _nodeHash
Résultat string

_nodeValueHash protected_oe property

Intern access to NodeValueHash
protected string _nodeValueHash
Résultat string

_parent protected_oe property

Parent Control.
protected DataViewControl,Fractrace.Basic _parent
Résultat DataViewControl