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 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 |
---|---|---|
DateTime | activeDate | The date to be used for searching & showing |
Int32 | associateId | ID of associate whose diary the appointment is in, REQUIRED |
Int32 | appointmentId | Primary key |
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)