UA Bundle SDK .NET  2.3.0.330
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.GenericValue Class Reference

EXPERIMENTAL: This type is a prototype for a not released feature. The type is subject to change. Do not use this type in a product. 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

EXPERIMENTAL: This type is a prototype for a not released feature. The type is subject to change. Do not use this type in a product.

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: