C# 클래스 Opc.Ua.BaseObjectTypeState

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

공개 메소드들

메소드 설명
BaseObjectTypeState ( ) : System

Initializes the instance 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.

메소드 상세

BaseObjectTypeState() 공개 메소드

Initializes the instance with its defalt attribute values.
public BaseObjectTypeState ( ) : 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