QuickOPC User's Guide and Reference
UAIndexRangeList Class Members
Properties  Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UAIndexRangeList Class

The following tables list the members exposed by UAIndexRangeList.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Properties
 NameDescription
Public PropertyGets a 32-bit integer that represents the total number of elements in all the dimensions of the array represented by this index range list.  
Public PropertyThe index range list expressed as a string that conforms with OPC-UA numeric range string specification.  
Public Property  
Public PropertyThe rank of the index range list, the number of elements contained in the list.  
Public Propertystatic (Shared in Visual Basic)An empty index range list.  
Public PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public PropertyGets a 64-bit integer that represents the total number of elements in all the dimensions of the array represented by this index range list.  
Top
Public Methods
 NameDescription
Public MethodAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodReturns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodRemoves all elements from the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public Method  
Public MethodDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodServes as the default hash function.  
Public MethodCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded.  (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a one dimensional index range list containing a single value.  
Public Methodstatic (Shared in Visual Basic)Parses a string containing a index range list, and returns a corresponding index range list object.  
Public MethodRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodReturns a string that represents the current object. Returns a string that represents the current index range list.  
Public MethodSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public MethodDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<UAIndexRange>)
Public Methodstatic (Shared in Visual Basic)Converts the specified string representation of an index range list to its UAIndexRangeList equivalent.  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

UAIndexRangeList Class
OpcLabs.EasyOpc.UA Namespace