Class AppointmentNotificationSubExtenderBase
Inheritance
AppointmentNotificationSubExtenderBase
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentNotificationSubExtenderBase : AppointmentNotificationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
AppointmentNotificationSubExtenderBase()
Declaration
public AppointmentNotificationSubExtenderBase()
Properties
IsBookingOwner
Declaration
protected virtual bool IsBookingOwner { get; }
Property Value
Type | Description |
---|---|
Boolean |
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()
Declaration
protected override void InnerModifyQuery()
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.InnerModifyQuery()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
SetJoin()
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)