UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaServer.CreateVariableSettings Class Reference

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

Inherits UnifiedAutomation.UaServer.CreateInstanceSettings.

Public Member Functions

 CreateVariableSettings ()
 Initializes a new instance of the CreateVariableSettings class.
 

Properties

Variant Value [get, set]
 Gets or sets the value.
 
NodeId DataType [get, set]
 Gets or sets the type of the data.
 
int ValueRank [get, set]
 Gets or sets the value rank.
 
UInt32Collection ArrayDimensions [get, set]
 Gets or sets the array dimensions.
 
byte AccessLevel [get, set]
 Gets or sets the access level.
 
double MinimumSamplingInterval [get, set]
 Gets or sets the minimum sampling interval.
 
bool Historizing [get, set]
 Gets or sets a value indicating whether this CreateVariableSettings is historizing.
 
uint ValueType [get, set]
 Gets or sets the type of the value.
 
object ValueData [get, set]
 Gets or sets the value data.
 
- Properties inherited from UnifiedAutomation.UaServer.CreateInstanceSettings
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id.
 
NodeId ModellingRuleId [get, set]
 Gets or sets the modelling rule id.
 
IList< string > OptionalBrowsePaths [get, set]
 Gets or sets the optional browse paths.
 
- Properties inherited from UnifiedAutomation.UaServer.CreateNodeSettings
NodeId ParentNodeId [get, set]
 Gets or sets the parent node id.
 
NodeId ReferenceTypeId [get, set]
 Gets or sets the reference type id.
 
NodeId RequestedNodeId [get, set]
 Gets or sets the requested node id.
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse.
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name.
 
LocalizedText Description [get, set]
 Gets or sets the description.
 
object NodeData [get, set]
 Gets or sets the node data.
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CreateVariableSettings.CreateVariableSettings ( )

Initializes a new instance of the CreateVariableSettings class.

Property Documentation

byte UnifiedAutomation.UaServer.CreateVariableSettings.AccessLevel
getset

Gets or sets the access level.

The access level.

UInt32Collection UnifiedAutomation.UaServer.CreateVariableSettings.ArrayDimensions
getset

Gets or sets the array dimensions.

The array dimensions.

NodeId UnifiedAutomation.UaServer.CreateVariableSettings.DataType
getset

Gets or sets the type of the data.

The type of the data.

bool UnifiedAutomation.UaServer.CreateVariableSettings.Historizing
getset

Gets or sets a value indicating whether this CreateVariableSettings is historizing.

true if historizing; otherwise, false.

double UnifiedAutomation.UaServer.CreateVariableSettings.MinimumSamplingInterval
getset

Gets or sets the minimum sampling interval.

The minimum sampling interval.

Variant UnifiedAutomation.UaServer.CreateVariableSettings.Value
getset

Gets or sets the value.

The value.

object UnifiedAutomation.UaServer.CreateVariableSettings.ValueData
getset

Gets or sets the value data.

The value data.

int UnifiedAutomation.UaServer.CreateVariableSettings.ValueRank
getset

Gets or sets the value rank.

The value rank.

uint UnifiedAutomation.UaServer.CreateVariableSettings.ValueType
getset

Gets or sets the type of the value.

The type of the value.


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