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