Click or drag to resize

ModelCollectionT Class

Represents a collection of models.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    Dynamicweb.Analytics.ModelModelCollectionT
      Dynamicweb.Analytics.ProfilesProfileCollection

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ModelCollection<T> : List<T>
where T : ModelBase

Type Parameters

T

The ModelCollectionT type exposes the following members.

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