Class ActivityList
ActivityList implements the activityList in SuperOffice.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class ActivityList : ListBase<ActivityList.ActivityListQuery, ActivityListItem>, IList, ICollection, IList<ActivityListItem>, ICollection<ActivityListItem>, IEnumerable<ActivityListItem>, IEnumerable
Methods
OnLoadAsync(ActivityListQuery, SoDataReader, CancellationToken)
Responsible for reading each row with data from the SoDataReader and insert the object each row represents into the class' collection.
Declaration
protected override Task OnLoadAsync(ActivityList.ActivityListQuery query, SoDataReader reader, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| ActivityList.ActivityListQuery | query | |
| SoDataReader | reader | The reader which contains all data in the list. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |