C# Класс Opc.Ua.FolderState

The base class for all folder nodes.
Наследование: BaseObjectState
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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