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

A type description for a simple value. More...

Inherits UnifiedAutomation.UaBase.GenericDataType.

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.GenericDataType
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

TypeInfo TypeInfo [get, set]
 Gets or sets data type of the simple value. More...
 
- Properties inherited from UnifiedAutomation.UaBase.GenericDataType
XmlQualifiedName Name [get, set]
 Gets or sets the qualified name for the type. More...
 
object SchemaInfo [get, set]
 Gets or sets the OPCBinary or XML schema object which defines the type. More...
 

Detailed Description

A type description for a simple value.

Member Function Documentation

override string UnifiedAutomation.UaBase.GenericSimpleDataType.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.GenericDataType.

Property Documentation

TypeInfo UnifiedAutomation.UaBase.GenericSimpleDataType.TypeInfo
getset

Gets or sets data type of the simple value.

The data type of the simple value.

This is the DataType of a valid value when stored in a Variant. The schema could impose additional semantics which are not captured by this.


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