.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.CreateVariableTypeSettings Class Reference

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

Inherits UnifiedAutomation.UaServer.CreateTypeSettings.

Public Member Functions

 CreateVariableTypeSettings ()
 Initializes a new instance of the CreateVariableTypeSettings 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...
 
Variant Value [get, set]
 Gets or sets the value. More...
 
NodeId DataType [get, set]
 Gets or sets the type of the data. More...
 
int ValueRank [get, set]
 Gets or sets the value rank. More...
 
UInt32Collection ArrayDimensions [get, set]
 Gets or sets the array dimensions. 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 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 variable type node.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateVariableTypeSettings.CreateVariableTypeSettings ( )
inline

Initializes a new instance of the CreateVariableTypeSettings class.

Property Documentation

UInt32Collection UnifiedAutomation.UaServer.CreateVariableTypeSettings.ArrayDimensions
getset

Gets or sets the array dimensions.

The array dimensions.

NodeId UnifiedAutomation.UaServer.CreateVariableTypeSettings.DataType
getset

Gets or sets the type of the data.

The type of the data.

bool UnifiedAutomation.UaServer.CreateVariableTypeSettings.IsAbstract
getset

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

true if the type is abstract; otherwise, false.

Variant UnifiedAutomation.UaServer.CreateVariableTypeSettings.Value
getset

Gets or sets the value.

The value.

int UnifiedAutomation.UaServer.CreateVariableTypeSettings.ValueRank
getset

Gets or sets the value rank.

The value rank.


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