DataId64ListT Methods |
The DataId64ListT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an object to the end of the list.
|
![]() | AddRange |
Adds the elements of the specified collection to
the end of the list.
|
![]() | Clear |
Removes all elements from the list.
|
![]() | Contains(Int64) |
Determines whether an element is in the list.
|
![]() | Contains(T) |
Determines whether an element is in the list.
|
![]() | Exists(Int64) |
Determines whether an element is in the list.
|
![]() | Exists(T) |
Determines whether an element is in the list.
|
![]() | Find |
Returns the first item in the list wich has
an id corresponding to the parameter itemId.
|
![]() | Get |
Returns the first item in the list wich has
an id corresponding to the parameter itemId.
|
![]() | GetIds |
Makes a list of all item ids in this list.
|
![]() | Merge(IEnumerableT) |
Add the elements of the specified collection to
the end of the list.
Only objects that are not already in the list
are added to the list.
|
![]() | Merge(T) |
Merge data object with this list.
Only objects that are not already in the list
are added to the list.
|
![]() | Remove |
Removes the first occurrence of a specific object
from the list.
|
![]() | RemoveAt |
Removes the element at the specified index of the list.
|
![]() | Sort |
Sort items based on id.
|
![]() | Subset |
Get the subset of two lists.
All data in "this" list that is not contained
in parameter "data" is removed from this list.
|
![]() | Union |
Get the Union of two collections.
The result is returned in the first collection.
|