.NET Based OPC UA Client/Server SDK  2.5.8.410
UnifiedAutomation.UaBase.GenericDataType Class Reference

A generic type description. More...

Inherits IFormattable.

Inherited by UnifiedAutomation.UaBase.GenericEnumeratedDataType, UnifiedAutomation.UaBase.GenericSimpleDataType, and UnifiedAutomation.UaBase.GenericStructureDataType.

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

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...
 

Detailed Description

A generic type description.

Member Function Documentation

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

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
virtual string UnifiedAutomation.UaBase.GenericDataType.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.
Exceptions
System.NotImplementedException

Reimplemented in UnifiedAutomation.UaBase.GenericOptionalFieldListDataType, UnifiedAutomation.UaBase.GenericUnionDataType, UnifiedAutomation.UaBase.GenericStructureDataType, UnifiedAutomation.UaBase.GenericEnumeratedDataType, and UnifiedAutomation.UaBase.GenericSimpleDataType.

Property Documentation

XmlQualifiedName UnifiedAutomation.UaBase.GenericDataType.Name
getset

Gets or sets the qualified name for the type.

The the qualified name for the type.

abstract GenericDataTypeClass UnifiedAutomation.UaBase.GenericDataType.TypeClass
get

Gets the type class for the object.

The type class.


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