Class SaleSuggestedAppointmentExtender
Implements functionality specific to suggested appointments that come from a Sale Guide
Inheritance
SaleSuggestedAppointmentExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class SaleSuggestedAppointmentExtender : SuggestedAppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
SaleSuggestedAppointmentExtender()
Implements functionality specific to suggested appointments that come from a Sale Guide
Declaration
public SaleSuggestedAppointmentExtender()
Methods
InnerModifyQuery()
Implements functionality specific to suggested appointments that come from a Sale Guide
Declaration
protected override void InnerModifyQuery()
Overrides
ModifyQuery()
Implements functionality specific to suggested appointments that come from a Sale Guide
Declaration
public override void ModifyQuery()
Overrides
PopulateRowFromReader(SoDataReader, ArchiveRow)
Implements functionality specific to suggested appointments that come from a Sale Guide
Declaration
public override void PopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Implements functionality specific to suggested appointments that come from a Sale Guide
Declaration
protected override SuggestedAppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
SuggestedAppointmentTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.SuggestedAppointmentTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)