.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.GenericSimpleUnionValue Class Reference

A value of a field which contains a simple value. More...

Inherits UnifiedAutomation.UaBase.GenericValue.

Public Member Functions

override string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.GenericValue
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

decimal SwitchValue [get, set]
 The value which specifies which field is contained in the union. More...
 
GenericValue Value [get, set]
 The value contained in the union. More...
 
new GenericUnionDataType DataType [get, set]
 Gets or sets the type description for the union. More...
 
- Properties inherited from UnifiedAutomation.UaBase.GenericValue
GenericDataType DataType [get, set]
 Gets or sets the type description for the simple value. More...
 

Detailed Description

A value of a field which contains a simple value.

Member Function Documentation

override string UnifiedAutomation.UaBase.GenericSimpleUnionValue.ToString ( string  format,
IFormatProvider  formatProvider 
)
inlinevirtual

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Reimplemented from UnifiedAutomation.UaBase.GenericValue.

Property Documentation

new GenericUnionDataType UnifiedAutomation.UaBase.GenericSimpleUnionValue.DataType
getset

Gets or sets the type description for the union.

The type type description for the union.

decimal UnifiedAutomation.UaBase.GenericSimpleUnionValue.SwitchValue
getset

The value which specifies which field is contained in the union.

GenericValue UnifiedAutomation.UaBase.GenericSimpleUnionValue.Value
getset

The value contained in the union.


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