C# 클래스 Opc.Ua.BaseDataVariableTypeState

A base class for all data variable type nodes.
상속: BaseVariableTypeState
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
BaseDataVariableTypeState ( ) : System

Initializes the type with its defalt attribute values.

Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

보호된 메소드들

메소드 설명
Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

메소드 상세

BaseDataVariableTypeState() 공개 메소드

Initializes the type with its defalt attribute values.
public BaseDataVariableTypeState ( ) : System
리턴 System

Construct() 공개 정적인 메소드

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
리턴 NodeState

Initialize() 보호된 메소드

Initializes the instance with the default values.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
리턴 void