OPCDA.NET Reference Manual
DAItemSet Class Members
See Also  Properties  Methods  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace : DAItemSet Class


Glossary Item Box

The following tables list the members exposed by DAItemSet.

Public Constructors

 NameDescription
Public ConstructorDAItemSet ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.ArrayList can contain. (Inherited from System.Collections.ArrayList)
Public PropertyCountGets the number of elements actually contained in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.ArrayList has a fixed size. (Inherited from System.Collections.ArrayList)
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.ArrayList is read-only. (Inherited from System.Collections.ArrayList)
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). (Inherited from System.Collections.ArrayList)
Public PropertyItem Returns the object at the specified index in the collection.  
Public PropertyName Name of the object.  
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Add an DAItemValue object to the collection.  
Public MethodAddRangeOverloaded.  Adds the elements in the array to the end of the collection.  
Public MethodBinarySearchOverloaded. Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from System.Collections.ArrayList)
Public MethodClearRemoves all elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodClone Returns an array with a copy of all elements in the collection.  
Public MethodContainsOverloaded.  Determines wether the object is in the collection.  
Public MethodCopyToOverloaded. Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. (Inherited from System.Collections.ArrayList)
Public MethodGetAllItemDefs Returns all elements in the collection as an array.  
Public MethodGetEnumeratorOverloaded. Returns an enumerator for the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodGetItemDefByAlias Returns a copy of the item definition with the given alias name.  
Public MethodGetItemDefByID Returns the item definition with the given OPC Item ID.  
Public MethodGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodInsertInserts an element into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList)
Public MethodInsertRangeInserts the elements of a collection into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList)
Public MethodLastIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveOverloaded.  Removes the first occurence of the specified object from the collection.  
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveRangeRemoves a range of elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodReverseOverloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSetRangeCopies the elements of a collection over a range of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSortOverloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodToArrayOverloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList)
Public MethodTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Top

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.