C# 클래스 Opc.Ua.FolderState

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

공개 메소드들

메소드 설명
FolderState ( NodeState parent ) : System

Initializes the instance with its defalt attribute values.

보호된 메소드들

메소드 설명
GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId

Returns the id of the default type definition node for the instance.

Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

메소드 상세

FolderState() 공개 메소드

Initializes the instance with its defalt attribute values.
public FolderState ( NodeState parent ) : System
parent NodeState
리턴 System

GetDefaultTypeDefinitionId() 보호된 메소드

Returns the id of the default type definition node for the instance.
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId
namespaceUris Opc.Ua.NamespaceTable
리턴 Opc.Ua.NodeId

Initialize() 보호된 메소드

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