Class AppointmentNotificationAggregatorExtender
Inheritance
AppointmentNotificationAggregatorExtender
Assembly: SoDataBase.dll
Syntax
public class AppointmentNotificationAggregatorExtender : AppointmentNotificationExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
AppointmentNotificationAggregatorExtender()
Declaration
public AppointmentNotificationAggregatorExtender()
Methods
AddOriginatorFullName(SoDataReader, ArchiveRow)
Declaration
protected virtual void AddOriginatorFullName(SoDataReader reader, ArchiveRow row)
Parameters
GetAppointmentStatusForOwner()
Declaration
public static AppointmentStatus[] GetAppointmentStatusForOwner()
Returns
GetAppointmentStatusForParticipant()
Declaration
public static AppointmentStatus[] GetAppointmentStatusForParticipant()
Returns
GetLinkhintId(SoDataReader)
Declaration
public int GetLinkhintId(SoDataReader reader)
Parameters
Returns
GetRowTypeForAppointmentStatus(SoDataReader, AppointmentStatus)
Declaration
public string GetRowTypeForAppointmentStatus(SoDataReader reader, AppointmentStatus status)
Parameters
Returns
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
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
IsAssignedRow(SoDataReader)
If the current row is a booking, and it is assigned by an associate, we return true.
Only bookings can be assigned.
Declaration
protected bool IsAssignedRow(SoDataReader reader)
Parameters
Returns
IsAssignmentStatus(SoDataReader)
Declaration
protected bool IsAssignmentStatus(SoDataReader reader)
Parameters
Returns
IsBookingExternalInvitation(SoDataReader)
Declaration
protected bool IsBookingExternalInvitation(SoDataReader reader)
Parameters
Returns
IsBookingOwnerNotAssociate(SoDataReader)
Declaration
protected bool IsBookingOwnerNotAssociate(SoDataReader reader)
Parameters
Returns
IsBookingRowOwner(SoDataReader)
Returns true if the current target associate is the owner of the booking row.
Declaration
protected bool IsBookingRowOwner(SoDataReader reader)
Parameters
Returns
IsSystemUserAssignment(SoDataReader)
Declaration
protected bool IsSystemUserAssignment(SoDataReader reader)
Parameters
Returns
SetJoin()
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.SetJoin()
SetRestriction(ArchiveRestrictionInfo[])
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Returns
Overrides
SuperOffice.CRM.ArchiveLists.NotificationNotificationExtender<SuperOffice.CRM.Data.AppointmentTableInfo>.SetRestriction(SuperOffice.CRM.ArchiveLists.ArchiveRestrictionInfo[])
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)