Class UserList
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public sealed class UserList : ListBase<UserList.UserListQuery, UserListItem>, IList, ICollection, IList<UserListItem>, ICollection<UserListItem>, IEnumerable<UserListItem>, IEnumerable
Constructors
UserList()
Declaration
public UserList()
Methods
OnLoadAsync(UserListQuery, 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(UserList.UserListQuery query, SoDataReader reader, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| UserList.UserListQuery | query | |
| SoDataReader | reader | The reader which contains all data in the list. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |