Interface IArchiveInvitationProvider
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public interface IArchiveInvitationProvider : IArchiveTypedProvider<ArchiveInvitationRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Methods
SetAssociateId(int)
Set the id of the associate we wish to fetch invitations for. This is equivalent to setting the 'associateId' restriction with a unique value.
Declaration
void SetAssociateId(int associateId)
Parameters
Type | Name | Description |
---|---|---|
int | associateId | Associate id to fetch invitations for |