ProfileCollection Class |
Namespace: Dynamicweb.Analytics.Profiles
The ProfileCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ProfileCollection |
Initializes a new instance of an object.
| |
| ProfileCollection(IEnumerableProfile) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| ItemInt32 |
Gets or sets the element with specified identifier.
(Inherited from ModelCollectionT.) | |
| ItemString |
Gets or sets the element with specified identifier.
(Inherited from ModelCollectionT.) |
| 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.) |