Class RelationsList
RelationsList implements the RelationsList in SuperOffice.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class RelationsList : ListBase<RelationsList.RelationsListQuery, RelationsListItem>, IList, ICollection, IList<RelationsListItem>, ICollection<RelationsListItem>, IEnumerable<RelationsListItem>, IEnumerable
Methods
GetRelationListItem(int)
Will return the RelationsListItem described by the relationId.
Declaration
public RelationsListItem GetRelationListItem(int relationId)
Parameters
Type | Name | Description |
---|---|---|
int | relationId | The relation |
Returns
Type | Description |
---|---|
RelationsListItem | The relation |
OnLoad(RelationsListQuery, 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(RelationsList.RelationsListQuery query, SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
RelationsList.RelationsListQuery | query | |
SoDataReader | reader | The reader which contains all data in the list. |