Class AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId
Class representing index 'IRecurrenceRuleIdActiveDateMother_id'.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxRecurrenceRuleIdActiveDateMotherId>, ISentryIgnorable
Constructors
IdxActiveDateMotherIdRecurrenceRuleId(DateTime, DateTimeSearchType, int, int)
Constructor for class AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId This class represents index 'IRecurrenceRuleIdActiveDateMother_id'.
Declaration
public IdxActiveDateMotherIdRecurrenceRuleId(DateTime activeDate, DateTimeSearchType activeDateSearchType, int motherId, int recurrenceRuleId)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | activeDate | The date to be used for searching & showing |
| DateTimeSearchType | activeDateSearchType | How to search for activeDate |
| 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" |
| int | recurrenceRuleId | Pointer to recurrence rule, for recurring appointments, otherwise 0 |
IdxActiveDateMotherIdRecurrenceRuleId(DateTime, int, int)
Constructor for class AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId This class represents index 'IRecurrenceRuleIdActiveDateMother_id'.
Declaration
public IdxActiveDateMotherIdRecurrenceRuleId(DateTime activeDate, int motherId, int recurrenceRuleId)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | activeDate | The date to be used for searching & showing |
| 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" |
| int | recurrenceRuleId | Pointer to recurrence rule, for recurring appointments, otherwise 0 |
Properties
ActiveDate
The date to be used for searching & showing
Declaration
public DateTime ActiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
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"
Declaration
public int MotherId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RecurrenceRuleId
Pointer to recurrence rule, for recurring appointments, otherwise 0
Declaration
public int RecurrenceRuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |