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

The base class for fields produced by a schema parser. More...

Inherits IFormattable.

Inherited by UnifiedAutomation.UaBase.GenericSimpleUnionValue, UnifiedAutomation.UaBase.GenericSimpleValue, and UnifiedAutomation.UaBase.GenericStructuredValue.

Public Member Functions

override string ToString ()
 Returns a System.String that represents this instance. More...
 
virtual string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

GenericDataType DataType [get, set]
 Gets or sets the type description for the simple value. More...
 

Detailed Description

The base class for fields produced by a schema parser.

Member Function Documentation

override string UnifiedAutomation.UaBase.GenericValue.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
virtual string UnifiedAutomation.UaBase.GenericValue.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 in UnifiedAutomation.UaBase.GenericStructuredValue, UnifiedAutomation.UaBase.GenericSimpleUnionValue, and UnifiedAutomation.UaBase.GenericSimpleValue.

Property Documentation

GenericDataType UnifiedAutomation.UaBase.GenericValue.DataType
getset

Gets or sets the type description for the simple value.

The type type description for the simple value.


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