C# Класс Opc.Ua.Com.Client.DaModelUtils

A class that builds NodeIds used by the DataAccess NodeManager
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConstructElement ( ISystemContext context, DaElement element, ushort namespaceIndex ) : NodeState

Constructs a branch or item node from a DaElement returned from the COM server.

ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs the node identifier for a component.

ConstructIdForDaElement ( string itemId, int propertyId, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a NodeId from the ItemId for a DA branch.

ConstructIdForInternalNode ( Opc.Ua.QualifiedName browseName, ushort namespaceIndex ) : Opc.Ua.NodeId

Constructs a NodeId from the BrowseName of an internal node.

ConstructProperty ( ISystemContext context, string parentId, DaProperty property, ushort namespaceIndex ) : PropertyState

Constructs a property node for a DA property.

Описание методов

ConstructElement() публичный статический Метод

Constructs a branch or item node from a DaElement returned from the COM server.
public static ConstructElement ( ISystemContext context, DaElement element, ushort namespaceIndex ) : NodeState
context ISystemContext The context.
element DaElement The element.
namespaceIndex ushort Index of the namespace for the NodeId.
Результат NodeState

ConstructIdForComponent() публичный статический Метод

Constructs the node identifier for a component.
public static ConstructIdForComponent ( NodeState component, ushort namespaceIndex ) : Opc.Ua.NodeId
component NodeState The component.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId

ConstructIdForDaElement() публичный статический Метод

Constructs a NodeId from the ItemId for a DA branch.
public static ConstructIdForDaElement ( string itemId, int propertyId, ushort namespaceIndex ) : Opc.Ua.NodeId
itemId string The item id.
propertyId int The property id.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId

ConstructIdForInternalNode() публичный статический Метод

Constructs a NodeId from the BrowseName of an internal node.
public static ConstructIdForInternalNode ( Opc.Ua.QualifiedName browseName, ushort namespaceIndex ) : Opc.Ua.NodeId
browseName Opc.Ua.QualifiedName The browse name.
namespaceIndex ushort Index of the namespace.
Результат Opc.Ua.NodeId

ConstructProperty() публичный статический Метод

Constructs a property node for a DA property.
public static ConstructProperty ( ISystemContext context, string parentId, DaProperty property, ushort namespaceIndex ) : PropertyState
context ISystemContext The context.
parentId string The parent id.
property DaProperty The property.
namespaceIndex ushort Index of the namespace.
Результат PropertyState