IEntityCollectionCore Methods |
The IEntityCollectionCore type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an IEntityCore object to the list.
|
![]() | Clear |
Clears the collection
|
![]() | Contains |
Returns true if the list contains the given entity
|
![]() | FindMatches |
Gets all indices of all the entities in the current order of this collection which match the passed in filter.
|
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | IndexOf |
Returns index in the list of given entity.
|
![]() | Insert |
Inserts an IEntityCore on position Index
|
![]() | Remove |
Remove given IEntityCore instance from the list.
|
![]() | Sort(Int32, ListSortDirection) |
Applies sorting like IBindingList.ApplySort, on the field with the index fieldIndex and with the direction specified.
|
![]() | Sort(Int32, ListSortDirection, IComparerObject) |
Sorts the collection.
|
![]() | Sort(String, ListSortDirection, IComparerObject) |
Sorts the collection.
|