.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.CreateObjectSettings Class Reference

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

Inherits UnifiedAutomation.UaServer.CreateInstanceSettings.

Public Member Functions

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

Properties

NodeId NotifierParent [get, set]
 Gets or sets the notifier parent. More...
 
byte EventNotifier [get, set]
 Gets or sets the description. More...
 
- Properties inherited from UnifiedAutomation.UaServer.CreateInstanceSettings
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id. More...
 
NodeId ModellingRuleId [get, set]
 Gets or sets the modelling rule id. More...
 
IList< string > OptionalBrowsePaths [get, set]
 Gets or sets the optional browse paths. More...
 
bool ParentAsOwner [get, set]
 Indicates if the parent specifified by ParentNodeId takes the ownership of the new instance. If set to 'true', the instance will be deleted if the parent is deleted. More...
 
- Properties inherited from UnifiedAutomation.UaServer.CreateNodeSettings
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...
 

Additional Inherited Members

- Protected Member Functions inherited from UnifiedAutomation.UaServer.CreateNodeSettings
 CreateNodeSettings ()
 Initializes a new instance of the CreateNodeSettings class. More...
 

Detailed Description

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

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateObjectSettings.CreateObjectSettings ( )
inline

Initializes a new instance of the CreateObjectSettings class.

Property Documentation

byte UnifiedAutomation.UaServer.CreateObjectSettings.EventNotifier
getset

Gets or sets the description.

The description.

NodeId UnifiedAutomation.UaServer.CreateObjectSettings.NotifierParent
getset

Gets or sets the notifier parent.

The notifier parent.


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