C# 클래스 Fractrace.Basic.DataViewControlPage

파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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