Click or drag to resize
DataId64ListT Methods

The DataId64ListT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an object to the end of the list.
Public methodAddRange
Adds the elements of the specified collection to the end of the list.
Public methodClear
Removes all elements from the list.
Public methodContains(Int64)
Determines whether an element is in the list.
Public methodContains(T)
Determines whether an element is in the list.
Public methodExists(Int64)
Determines whether an element is in the list.
Public methodExists(T)
Determines whether an element is in the list.
Public methodFind
Returns the first item in the list wich has an id corresponding to the parameter itemId.
Public methodGet
Returns the first item in the list wich has an id corresponding to the parameter itemId.
Public methodGetIds
Makes a list of all item ids in this list.
Public methodMerge(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.
Public methodMerge(T)
Merge data object with this list. Only objects that are not already in the list are added to the list.
Public methodRemove
Removes the first occurrence of a specific object from the list.
Public methodRemoveAt
Removes the element at the specified index of the list.
Public methodSort
Sort items based on id.
Public methodSubset
Get the subset of two lists. All data in "this" list that is not contained in parameter "data" is removed from this list.
Public methodUnion
Get the Union of two collections. The result is returned in the first collection.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also