C# 클래스 OZWForm.Node

Container for Nodes
파일 보기 프로젝트 열기: Yadoms/yadoms 1 사용 예제들

공개 메소드들

메소드 설명
AddValue ( ZWValueID valueID ) : void

Adds the value.

Node ( ) : System

Initializes a new instance of the Node class.

RemoveValue ( ZWValueID valueID ) : void

Removes the value.

메소드 상세

AddValue() 공개 메소드

Adds the value.
public AddValue ( ZWValueID valueID ) : void
valueID ZWValueID The value identifier.
리턴 void

Node() 공개 메소드

Initializes a new instance of the Node class.
public Node ( ) : System
리턴 System

RemoveValue() 공개 메소드

Removes the value.
public RemoveValue ( ZWValueID valueID ) : void
valueID ZWValueID The value identifier.
리턴 void