Click or drag to resize
IEntityCollectionCore Methods

The IEntityCollectionCore type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an IEntityCore object to the list.
Public methodClear
Clears the collection
Public methodContains
Returns true if the list contains the given entity
Public methodFindMatches
Gets all indices of all the entities in the current order of this collection which match the passed in filter.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Returns index in the list of given entity.
Public methodInsert
Inserts an IEntityCore on position Index
Public methodRemove
Remove given IEntityCore instance from the list.
Public methodSort(Int32, ListSortDirection)
Applies sorting like IBindingList.ApplySort, on the field with the index fieldIndex and with the direction specified.
Public methodSort(Int32, ListSortDirection, IComparerObject)
Sorts the collection.
Public methodSort(String, ListSortDirection, IComparerObject)
Sorts the collection.
Top
See Also