.NET Based OPC UA Client/Server SDK  3.2.2.525
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...
 
AccessRestrictionType AccessRestrictions [get, set]
 Gets or sets the AccessRestrictions attribute. More...
 
RolePermissionTypeCollection RolePermissions [get, set]
 Gets or sets the RolePermissions attribute. More...
 
object NodeData [get, set]
 Gets or sets the node data. 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

AccessRestrictionType UnifiedAutomation.UaServer.CreateNodeSettings.AccessRestrictions
getset

Gets or sets the AccessRestrictions attribute.

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 node data.

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.

RolePermissionTypeCollection UnifiedAutomation.UaServer.CreateNodeSettings.RolePermissions
getset

Gets or sets the RolePermissions attribute.


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