.NET Based OPC UA Client/Server SDK  2.5.8.410
UnifiedAutomation.UaServer.CreateInstanceSettings Class Reference

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

Inherits UnifiedAutomation.UaServer.CreateNodeSettings.

Inherited by UnifiedAutomation.UaServer.CreateMethodSettings, UnifiedAutomation.UaServer.CreateObjectSettings, UnifiedAutomation.UaServer.CreateVariableSettings, and UnifiedAutomation.UaServer.CreateViewSettings.

Properties

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

Property Documentation

NodeId UnifiedAutomation.UaServer.CreateInstanceSettings.ModellingRuleId
getset

Gets or sets the modelling rule id.

The modelling rule id.

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

Gets or sets the optional browse paths.

The optional browse paths.

bool UnifiedAutomation.UaServer.CreateInstanceSettings.ParentAsOwner
getset

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.

NodeId UnifiedAutomation.UaServer.CreateInstanceSettings.TypeDefinitionId
getset

Gets or sets the type definition id.

The type definition id.


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