Connectivity Software User's Guide and Reference
UAIndexRangeListParser Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Parsing Namespace : UAIndexRangeListParser Class
A parser for OPC-UA index range lists.
Object Model
UAIndexRangeListParser ClassUAIndexRangeListParser Class
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListParser)>
<ComVisibleAttribute(True)>
<ExceptionContractAnnotationAttribute(True)>
<GuidAttribute("0AF3C950-EB6C-40BD-AE70-03A5BCF35264")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public NotInheritable Class UAIndexRangeListParser 
   Inherits OpcLabs.BaseLib.Object2
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListParser, IUAIndexRangeListParser 
'Usage
 
Dim instance As UAIndexRangeListParser
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListParser)]
[ComVisible(true)]
[ExceptionContractAnnotation(true)]
[Guid("0AF3C950-EB6C-40BD-AE70-03A5BCF35264")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public sealed class UAIndexRangeListParser : OpcLabs.BaseLib.Object2, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListParser, IUAIndexRangeListParser  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListParser)]
[ComVisible(true)]
[ExceptionContractAnnotation(true)]
[Guid("0AF3C950-EB6C-40BD-AE70-03A5BCF35264")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UAIndexRangeListParser sealed : public OpcLabs.BaseLib.Object2, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListParser, IUAIndexRangeListParser  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListParser

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