Class AssociateInvitationExtenderBase
Inheritance
AssociateInvitationExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class AssociateInvitationExtenderBase : InvitationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IArchiveProviderExtenderAccept
Constructors
AssociateInvitationExtenderBase()
Declaration
protected AssociateInvitationExtenderBase()
Methods
SetNewStyleHint(AppointmentStatus, ArchiveRow)
Declaration
public void SetNewStyleHint(AppointmentStatus actualStatus, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
AppointmentStatus | actualStatus | |
ArchiveRow | row |
SetRestriction(params ArchiveRestrictionInfo[])
Set the restriction for the query. This method sets the restrictions for this provider, as well as invoking the same call on all known extenders. Recursion will take it to the bottom. This method actually only saves the restriction specification for use during query processing.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions | Array of restrictions (implicit AND) |
Returns
Type | Description |
---|---|
bool |