Class Appointment.IdxActiveDateAssociateIdAppointmentIdMotherId
Class representing index 'IAssoc_idActiveDateMother_idId'.
Inheritance
Appointment.IdxActiveDateAssociateIdAppointmentIdMotherId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class Appointment.IdxActiveDateAssociateIdAppointmentIdMotherId : Appointment.AppointmentIdx<AppointmentRow.IdxAssociateIdActiveDateMotherIdAppointmentId>, ISentryIgnorable
Constructors
IdxActiveDateAssociateIdAppointmentIdMotherId(DateTime, int, int, int)
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 |
---|---|---|
DateTime | activeDate | The date to be used for searching & showing |
int | associateId | ID of associate whose diary the appointment is in, REQUIRED |
int | appointmentId | Primary key |
int | 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" |