QuickOPC User's Guide and Reference
ComponentParameters Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : ComponentParameters Class
Contains parameters that influence the behavior of a generic component.
Object Model
ComponentParameters ClassComponentParameters ClassConfigurationPartCollection ClassPluginSetupCollection ClassPluginSetup ClassConfigurationPartCollection ClassPluginSetupCollection ClassPluginSetup Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._ComponentParameters)>
<ComVisibleAttribute(True)>
<GuidAttribute("4F33A51F-93B9-4ED3-AC6B-9AA9CA2B773B")>
<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 ComponentParameters 
   Inherits Parameters
   Implements OpcLabs.BaseLib.ComTypes._ComponentParameters, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._Parameters, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As ComponentParameters
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._ComponentParameters)]
[ComVisible(true)]
[Guid("4F33A51F-93B9-4ED3-AC6B-9AA9CA2B773B")]
[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 ComponentParameters : Parameters, OpcLabs.BaseLib.ComTypes._ComponentParameters, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._Parameters, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._ComponentParameters)]
[ComVisible(true)]
[Guid("4F33A51F-93B9-4ED3-AC6B-9AA9CA2B773B")]
[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 ComponentParameters : public Parameters, OpcLabs.BaseLib.ComTypes._ComponentParameters, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.BaseLib.ComTypes._Parameters, System.ComponentModel.INotifyPropertyChanged, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.BaseLib.Parameters
            OpcLabs.BaseLib.ComponentParameters
               OpcLabs.EasyOpc.AlarmsAndEvents.Engine.EasyAESharedParameters
               OpcLabs.EasyOpc.DataAccess.Engine.EasyDASharedParameters
               OpcLabs.EasyOpc.Engine.EasyInstanceParameters
               OpcLabs.EasyOpc.UA.Engine.EasyUAInstanceParameters
               OpcLabs.EasyOpc.UA.Engine.EasyUASharedParameters
               OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberInstanceParameters
               OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters

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