Click or drag to resize

ProfileCollection Methods

The ProfileCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds new item to the end of the list.
(Inherited from ModelCollectionT.)
Public methodAddRange
Adds the elements of the specified collection to the end of the list.
(Inherited from ModelCollectionT.)
Public methodFind
Finds item by its ID.
(Inherited from ModelCollectionT.)
Public methodIndexOf
Returns the first occurence of the specified item.
(Inherited from ModelCollectionT.)
Public methodInsert
Inserts an element at the specified position.
(Inherited from ModelCollectionT.)
Public methodInsertRange
Inserts the elements of the specified collection at the specified position.
(Inherited from ModelCollectionT.)
Public methodSortByName
Sorts elements by their names.
(Inherited from ModelCollectionT.)
Top
See Also