Class ActivityList
ActivityList implements the activityList in SuperOffice.
Implements
System.Collections.IEnumerable
System.Collections.Generic.IEnumerable<ActivityListItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<ActivityListItem>
System.Collections.Generic.ICollection<ActivityListItem>
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ActivityList : ListBase<ActivityList.ActivityListQuery, ActivityListItem>, IEnumerable, IEnumerable<ActivityListItem>, IList, ICollection, IList<ActivityListItem>, ICollection<ActivityListItem>
Methods
OnLoad(ActivityList.ActivityListQuery, SoDataReader)
Responsible for reading each row with data from the SoDataReader and insert the object each row represents into the class' collection.
Declaration
protected override void OnLoad(ActivityList.ActivityListQuery query, SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
ActivityList.ActivityListQuery | query | |
SoDataReader | reader | The reader which contains all data in the list. |
Overrides
SuperOffice.CRM.Lists.ListBase<SuperOffice.CRM.Archives.ActivityList.ActivityListQuery, SuperOffice.CRM.Archives.ActivityListItem>.OnLoad(SuperOffice.CRM.Archives.ActivityList.ActivityListQuery, SuperOffice.Data.SoDataReader)
Implements
System.Collections.IEnumerable
System.Collections.Generic.IEnumerable<>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<T>
Extension Methods
EnumUtil.MapEnums<From, To>(From)