Class Appointment.IdxActiveDateAssociateIdAppointmentIdMotherId
Class representing index 'IAssoc_idActiveDateMother_idId'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<AppointmentTableInfo, SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase>
SuperOffice.CRM.Entities.Appointment.AppointmentIdxBase
SuperOffice.CRM.Entities.Appointment.AppointmentIdx
SuperOffice.CRM.Entities.Appointment.AppointmentIdx<AppointmentRow.IdxAssociateIdActiveDateMotherIdAppointmentId>
Appointment.IdxActiveDateAssociateIdAppointmentIdMotherId
Implements
Inherited Members
SuperOffice.CRM.Entities.Appointment.AppointmentIdx<SuperOffice.CRM.Rows.AppointmentRow.IdxAssociateIdActiveDateMotherIdAppointmentId>.RowIdx
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxActiveDateAssociateIdAppointmentIdMotherId : Appointment.AppointmentIdx<AppointmentRow.IdxAssociateIdActiveDateMotherIdAppointmentId>, ISentryIgnorable
Constructors
IdxActiveDateAssociateIdAppointmentIdMotherId(DateTime, Int32, Int32, Int32)
Constructor for class Appointment.IdxActiveDateAssociateIdAppointmentIdMotherId This class represents index 'IAssoc_idActiveDateMother_idId'.
Declaration
public IdxActiveDateAssociateIdAppointmentIdMotherId(DateTime activeDate, int associateId, int appointmentId, int motherId)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | activeDate | The date to be used for searching & showing |
System.Int32 | associateId | ID of associate whose diary the appointment is in, REQUIRED |
System.Int32 | appointmentId | Primary key |
System.Int32 | motherId | "ID of mother appointment; self if booking master, master ID if booking slave, 0 if normal appointment. However, if 0 and assoc_id != reg_id then this is an assigned appointment, indicated vt type = kBooking" |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)