UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
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 parent node id. More...
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the reference type id. More...
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested node id. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name. More...
 
LocalizedText Description [get, set]
 Gets or sets the description. 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 ( )
inlineprotected

Initializes a new instance of the CreateNodeSettings class.

Property Documentation

QualifiedName UnifiedAutomation.UaServer.CreateNodeSettings.BrowseName
getset

Gets or sets the name of the browse.

The name of the browse.

LocalizedText UnifiedAutomation.UaServer.CreateNodeSettings.Description
getset

Gets or sets the description.

The description.

LocalizedText UnifiedAutomation.UaServer.CreateNodeSettings.DisplayName
getset

Gets or sets the display name.

The display name.

object UnifiedAutomation.UaServer.CreateNodeSettings.NodeData
getset

Gets or sets the node data.

The node data.

NodeId UnifiedAutomation.UaServer.CreateNodeSettings.ParentNodeId
getset

Gets or sets the parent node id.

The parent node id.

NodeId UnifiedAutomation.UaServer.CreateNodeSettings.ReferenceTypeId
getset

Gets or sets the reference type id.

The reference type id.

NodeId UnifiedAutomation.UaServer.CreateNodeSettings.RequestedNodeId
getset

Gets or sets the requested node id.

The requested node id.


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