Class AppointmentNotificationSubExtenderBase
Inheritance
AppointmentNotificationSubExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentNotificationSubExtenderBase : AppointmentNotificationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentNotificationSubExtenderBase()
Declaration
public AppointmentNotificationSubExtenderBase()
Properties
IsBookingOwner
Declaration
protected virtual bool IsBookingOwner { get; }
Property Value
Type | Description |
---|---|
bool |
MappedAssociateField
The associate-field changes depending on the notification type.
Declaration
protected virtual Int32FieldInfo MappedAssociateField { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
MotherAppointmentTable
Declaration
protected AppointmentTableInfo MotherAppointmentTable { get; }
Property Value
Type | Description |
---|---|
AppointmentTableInfo |
Methods
AddOriginatorFullName(SoDataReader, ArchiveRow)
Declaration
protected virtual void AddOriginatorFullName(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns that are NOT handled by this base class in this method. Whether a column is handled by this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Data reader with the query result (one row) |
ArchiveRow | row | archive row to be populated |
Overrides
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo |