C# Класс Fractrace.Basic.DataViewControlPage

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_category string
_computedHeight int
_nodeHash string
_nodeValueHash string
_parent DataViewControl

Открытые методы

Метод Описание
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

Описание методов

Create() публичный Метод

Control ist filled with all entries which corresponds to given names.
public Create ( string entryNames ) : void
entryNames string
Результат void

DataViewControlPage() публичный Метод

Initializes a new instance of the DataViewControlPage class.
public DataViewControlPage ( DataViewControl parent ) : System
parent DataViewControl
Результат System

IterateElements() публичный Метод

Subentries are updated. Returns true, if at least one entry is added or removed.
public IterateElements ( ) : bool
Результат bool

UpdateElements() публичный Метод

public UpdateElements ( ) : void
Результат void

Описание свойств

_category защищенное свойство

The corresponding parameter category.
protected string _category
Результат string

_computedHeight защищенное свойство

protected int _computedHeight
Результат int

_nodeHash защищенное свойство

Intern access to NodeHash
protected string _nodeHash
Результат string

_nodeValueHash защищенное свойство

Intern access to NodeValueHash
protected string _nodeValueHash
Результат string

_parent защищенное свойство

Parent Control.
protected DataViewControl,Fractrace.Basic _parent
Результат DataViewControl