C# Class Fractrace.Basic.DataViewControlPage

Show file Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Property Type Description
_category string
_computedHeight int
_nodeHash string
_nodeValueHash string
_parent DataViewControl

Public Methods

Method 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 method

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

DataViewControlPage() public method

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

IterateElements() public method

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

UpdateElements() public method

public UpdateElements ( ) : void
return void

Property Details

_category protected property

The corresponding parameter category.
protected string _category
return string

_computedHeight protected property

protected int _computedHeight
return int

_nodeHash protected property

Intern access to NodeHash
protected string _nodeHash
return string

_nodeValueHash protected property

Intern access to NodeValueHash
protected string _nodeValueHash
return string

_parent protected property

Parent Control.
protected DataViewControl,Fractrace.Basic _parent
return DataViewControl