ModelCollectionT Methods |
The ModelCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds new item to the end of the list.
| |
AddRange |
Adds the elements of the specified collection to the end of the list.
| |
Find |
Finds item by its ID.
| |
IndexOf |
Returns the first occurence of the specified item.
| |
Insert |
Inserts an element at the specified position.
| |
InsertRange |
Inserts the elements of the specified collection at the specified position.
| |
SortByName |
Sorts elements by their names.
|