The following tables list the members exposed by DAItemSet.
Name | Description | |
---|---|---|
DAItemSet Constructor | Overloaded. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.ArrayList can contain. (Inherited from System.Collections.ArrayList) | |
Count | Gets the number of elements actually contained in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
IsFixedSize | Gets a value indicating whether the System.Collections.ArrayList has a fixed size. (Inherited from System.Collections.ArrayList) | |
IsReadOnly | Gets a value indicating whether the System.Collections.ArrayList is read-only. (Inherited from System.Collections.ArrayList) | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). (Inherited from System.Collections.ArrayList) | |
Item | Returns the object at the specified index in the collection. | |
Name | Name of the object. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
Add | Overloaded. Add an DAItemValue object to the collection. | |
AddRange | Overloaded. Adds the elements in the array to the end of the collection. | |
BinarySearch | Overloaded. 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) | |
Clear | Removes all elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
Clone | Returns an array with a copy of all elements in the collection. | |
Contains | Overloaded. Determines wether the object is in the collection. | |
CopyTo | Overloaded. 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) | |
GetAllItemDefs | Returns all elements in the collection as an array. | |
GetEnumerator | Overloaded. Returns an enumerator for the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
GetItemDefByAlias | Returns a copy of the item definition with the given alias name. | |
GetItemDefByID | Returns the item definition with the given OPC Item ID. | |
GetRange | Returns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. 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) | |
Insert | Inserts an element into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList) | |
InsertRange | Inserts the elements of a collection into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList) | |
LastIndexOf | Overloaded. 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) | |
Remove | Overloaded. Removes the first occurence of the specified object from the collection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
RemoveRange | Removes a range of elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
Reverse | Overloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
SetRange | Copies the elements of a collection over a range of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
Sort | Overloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) | |
ToArray | Overloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList) | |
TrimToSize | Sets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |