Class ProjectEventList
Summary description for ProjectEventList.
Inheritance
ProjectEventList
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public class ProjectEventList : ListBase<ProjectEventList.ProjectEventListQuery, ProjectEventListItem>, IList, ICollection, IList<ProjectEventListItem>, ICollection<ProjectEventListItem>, IEnumerable<ProjectEventListItem>, IEnumerable
Methods
OnLoadAsync(ProjectEventListQuery, 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(ProjectEventList.ProjectEventListQuery query, SoDataReader reader, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectEventList.ProjectEventListQuery | query | |
| SoDataReader | reader | The reader which contains all data in the list. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |