QuickOPC User's Guide and Reference
UADataTypeDescription Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace : UADataTypeDescription Class
An abstract base type for all OPC UA data type descriptions, containing the data type Node ID and the definition for custom data types likes structures and enumerations.
Object Model
UADataTypeDescription ClassUANodeId ClassUAQualifiedName Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription)>
<ComVisibleAttribute(False)>
<GuidAttribute("82D44EC3-AFB4-4157-B9D4-ECBB322A6FEA")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=False, 
   Export=True, 
   PageId=10001)>
<SerializableAttribute()>
Public MustInherit Class UADataTypeDescription 
   Inherits OpcLabs.BaseLib.Info
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UADataTypeDescription
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription)]
[ComVisible(false)]
[Guid("82D44EC3-AFB4-4157-B9D4-ECBB322A6FEA")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public abstract class UADataTypeDescription : OpcLabs.BaseLib.Info, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription)]
[ComVisible(false)]
[Guid("82D44EC3-AFB4-4157-B9D4-ECBB322A6FEA")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.72.465.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public ref class UADataTypeDescription abstract : public OpcLabs.BaseLib.Info, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Remarks

Used with DataTypeDefinition model.

The DataTypeDescription in the DataTypeDefinition model is a concept different from the DataTypeDescription in the DataTypeDictionary model.

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.EasyOpc.UA.DataTypeSchema.UADataTypeDescription
            OpcLabs.EasyOpc.UA.DataTypeSchema.UAEnumDescription
            OpcLabs.EasyOpc.UA.DataTypeSchema.UASimpleTypeDescription
            OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureDescription

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also