.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.AddNodeSettings Class Reference

The parameters used to add a new node to the server address space. More...

Properties

QualifiedName BrowseName [get, set]
 Gets or sets the browse name of the new node. More...
 
NodeId ParentNodeId [get, set]
 Gets or sets the parent node id. More...
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the reference type id. More...
 
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id. More...
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested node id. More...
 
NodeAttributes Attributes [get, set]
 Gets or sets the attributes. More...
 
IList< string > OptionalBrowsePaths [get, set]
 Gets or sets the optional browse paths. More...
 
bool Persistent [get, set]
 Gets or sets a value indicating whether the Node is available after a server restart. More...
 

Detailed Description

The parameters used to add a new node to the server address space.

Property Documentation

NodeAttributes UnifiedAutomation.UaServer.AddNodeSettings.Attributes
getset

Gets or sets the attributes.

The attributes.

QualifiedName UnifiedAutomation.UaServer.AddNodeSettings.BrowseName
getset

Gets or sets the browse name of the new node.

The the browse name of the new node.

IList<string> UnifiedAutomation.UaServer.AddNodeSettings.OptionalBrowsePaths
getset

Gets or sets the optional browse paths.

The optional browse paths.

NodeId UnifiedAutomation.UaServer.AddNodeSettings.ParentNodeId
getset

Gets or sets the parent node id.

The parent node id.

bool UnifiedAutomation.UaServer.AddNodeSettings.Persistent
getset

Gets or sets a value indicating whether the Node is available after a server restart.

true if persistent; otherwise, false.

NodeId UnifiedAutomation.UaServer.AddNodeSettings.ReferenceTypeId
getset

Gets or sets the reference type id.

The reference type id.

NodeId UnifiedAutomation.UaServer.AddNodeSettings.RequestedNodeId
getset

Gets or sets the requested node id.

The requested node id.

NodeId UnifiedAutomation.UaServer.AddNodeSettings.TypeDefinitionId
getset

Gets or sets the type definition id.

The type definition id.


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