.NET Based OPC UA Client/Server SDK  3.1.3.516
UnifiedAutomation.UaServer.CreateNodeSettings Class Reference

The settings used to create a new in-memory node. More...

Inherited by UnifiedAutomation.UaServer.CreateInstanceSettings, and UnifiedAutomation.UaServer.CreateTypeSettings.

Protected Member Functions

 CreateNodeSettings ()
 Initializes a new instance of the CreateNodeSettings class. More...
 

Properties

NodeId ParentNodeId [get, set]
 Gets or sets the NodeId of the node that hierarchically references the new node. More...
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the RefereneTypeId for the hierarchical reference from the parent node to the new node. More...
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested NodeId for the new node. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the BrowseName of the new node. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the DisplayName of the new node. More...
 
LocalizedText Description [get, set]
 Gets or sets the Description of the new node. More...
 
object NodeData [get, set]
 Gets or sets the UserData of the new node. More...
 

Detailed Description

The settings used to create a new in-memory node.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateNodeSettings.CreateNodeSettings ( )
protected

Initializes a new instance of the CreateNodeSettings class.

Property Documentation

QualifiedName UnifiedAutomation.UaServer.CreateNodeSettings.BrowseName
getset

Gets or sets the BrowseName of the new node.

The name of the browse.

LocalizedText UnifiedAutomation.UaServer.CreateNodeSettings.Description
getset

Gets or sets the Description of the new node.

LocalizedText UnifiedAutomation.UaServer.CreateNodeSettings.DisplayName
getset

Gets or sets the DisplayName of the new node.

object UnifiedAutomation.UaServer.CreateNodeSettings.NodeData
getset

Gets or sets the UserData of the new node.

NodeId UnifiedAutomation.UaServer.CreateNodeSettings.ParentNodeId
getset

Gets or sets the NodeId of the node that hierarchically references the new node.

Might be null for instances if ReferenceTypeIds is null, too. In this case the new node will not be referenced.

NodeId UnifiedAutomation.UaServer.CreateNodeSettings.ReferenceTypeId
getset

Gets or sets the RefereneTypeId for the hierarchical reference from the parent node to the new node.

Might be null for instances if ParentNodeId is null, too. In this case the new node will not be referenced.

NodeId UnifiedAutomation.UaServer.CreateNodeSettings.RequestedNodeId
getset

Gets or sets the requested NodeId for the new node.


The documentation for this class was generated from the following file: