QuickOPC User's Guide and Reference
UAPubSubComponentElement Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : UAPubSubComponentElement Class
Represents a PubSub component element in the PubSub configuration.
Object Model
UAPubSubComponentElement ClassUAKeyValueDictionary Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement)>
<ComVisibleAttribute(False)>
<GuidAttribute("8338365F-33FD-4C1E-9437-F5FE66D6A50E")>
<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 UAPubSubComponentElement 
   Inherits UAPubSubObjectElement
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubObjectElement, System.ICloneable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UAPubSubComponentElement
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement)]
[ComVisible(false)]
[Guid("8338365F-33FD-4C1E-9437-F5FE66D6A50E")]
[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 UAPubSubComponentElement : UAPubSubObjectElement, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubObjectElement, System.ICloneable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement)]
[ComVisible(false)]
[Guid("8338365F-33FD-4C1E-9437-F5FE66D6A50E")]
[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 UAPubSubComponentElement : public UAPubSubObjectElement, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubComponentElement, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubObjectElement, System.ICloneable, System.IFormattable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Remarks

This is a semi-abstract type of which no instances exist in the PubSub configuration.

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubObjectElement
            OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubComponentElement
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UADataSetWriterElement
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionElement
               OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubGroupElement

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