QuickOPC User's Guide and Reference
UASimpleTypeDescription Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace : UASimpleTypeDescription Class
Provides the concrete data type description for OPC UA data types derived from built-in data types.
Object Model
UASimpleTypeDescription ClassUANodeId ClassUANodeId ClassUAQualifiedName Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UASimpleTypeDescription)>
<ComVisibleAttribute(True)>
<GuidAttribute("AF4FE3ED-A772-4C21-A31F-11F19BEFA1FE")>
<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 Class UASimpleTypeDescription 
   Inherits UADataTypeDescription
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UASimpleTypeDescription, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UASimpleTypeDescription
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UASimpleTypeDescription)]
[ComVisible(true)]
[Guid("AF4FE3ED-A772-4C21-A31F-11F19BEFA1FE")]
[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 class UASimpleTypeDescription : UADataTypeDescription, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UASimpleTypeDescription, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UASimpleTypeDescription)]
[ComVisible(true)]
[Guid("AF4FE3ED-A772-4C21-A31F-11F19BEFA1FE")]
[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 UASimpleTypeDescription : public UADataTypeDescription, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UADataTypeDescription, OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UASimpleTypeDescription, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

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

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