Collection Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class Collection : Collection_Collection, IEnumerable, ISerializable, ICollection, IList
The Collection type exposes the following members.
Name | Description | |
---|---|---|
Collection | Initializes a new instance of the Collection class |
Name | Description | |
---|---|---|
Add |
Adds an element to a Collection object.
| |
BuildFromVBCollection | ||
Clear |
Deletes all elements of a Visual Basic Collection object.
| |
Contains |
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
| |
Equals |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
GetEnumerator |
Returns a reference to an enumerator object, which is used to iterate over a Collection object.
| |
GetHashCode |
Serves as the default hash function.
(Overrides ObjectGetHashCode.) | |
GetObjectData | ||
IListAdd | ||
Remove(Int32) |
Removes an element from a Collection object.
| |
Remove(String) |
Removes an element from a Collection object.
| |
SetObjectData |
Name | Description | |
---|---|---|
(Collection to Collection) | ||
(Collection to Collection) |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Count |
Returns an Integer containing the number of elements in a collection.
| |
ItemInt32 |
Returns a specific element of a Collection object either by position or by key. Read-only.
| |
ItemObject |
Returns a specific element of a Collection object either by position or by key.
| |
ItemString |
Returns a specific element of a Collection object either by position or by key. Read-only.
| |
Keys |
Gets a list of strings that represents the keys for this collection
| |
Objects |
Gets a list of objects that represents the objects for this collection
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|