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