.NET Based OPC UA Client/Server SDK  2.6.0.418
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
virtual DataTypeDefinitionSettings DataTypeDefinition (NamespaceTable namespaceUris)
 Returns the DataTypeDefinitionSettings of the DataType More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

override GenericDataTypeClass TypeClass [get]
 Gets or sets the type class. More...
 
BuiltInType BuiltInType [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...
 
abstract GenericDataTypeClass TypeClass [get]
 Gets the type class for the object. More...
 
virtual ExpandedNodeId DataTypeId [get, set]
 Gets or sets the DataTypeId 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

BuiltInType UnifiedAutomation.UaBase.GenericSimpleDataType.BuiltInType
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.

override GenericDataTypeClass UnifiedAutomation.UaBase.GenericSimpleDataType.TypeClass
get

Gets or sets the type class.

The type class.


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