.NET Based OPC UA Client/Server SDK  3.1.3.516
UnifiedAutomation.UaServer.CreateReferenceTypeSettings Class Reference

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

Inherits UnifiedAutomation.UaServer.CreateTypeSettings.

Public Member Functions

 CreateReferenceTypeSettings ()
 Initializes a new instance of the CreateReferenceTypeSettings class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.CreateTypeSettings
 CreateTypeSettings ()
 Initializes a new instance of the CreateTypeSettings class. More...
 

Properties

bool IsAbstract [get, set]
 Gets or sets a value indicating whether this type is abstract. More...
 
bool Symmetric [get, set]
 Gets or sets a value indicating whether this type is symmetric. More...
 
LocalizedText InverseName [get, set]
 Gets or sets the inverse name. More...
 
- Properties inherited from UnifiedAutomation.UaServer.CreateTypeSettings
NodeId SuperTypeId [get, set]
 Gets or sets the super type id. More...
 
- Properties inherited from UnifiedAutomation.UaServer.CreateNodeSettings
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...
 
object NodeData [get, set]
 Gets or sets the UserData of the new node. 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 reference type node.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateReferenceTypeSettings.CreateReferenceTypeSettings ( )

Initializes a new instance of the CreateReferenceTypeSettings class.

Property Documentation

LocalizedText UnifiedAutomation.UaServer.CreateReferenceTypeSettings.InverseName
getset

Gets or sets the inverse name.

The inverse name.

bool UnifiedAutomation.UaServer.CreateReferenceTypeSettings.IsAbstract
getset

Gets or sets a value indicating whether this type is abstract.

true if the type is abstract; otherwise, false.

bool UnifiedAutomation.UaServer.CreateReferenceTypeSettings.Symmetric
getset

Gets or sets a value indicating whether this type is symmetric.

true if the type is symmetric; otherwise, false.


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