Class AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId
Class representing index 'IRecurrenceRuleIdActiveDateMother_id'.
Inheritance
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxActiveDateMotherIdRecurrenceRuleId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxRecurrenceRuleIdActiveDateMotherId>, ISentryIgnorable
Constructors
IdxActiveDateMotherIdRecurrenceRuleId(DateTime, DateTimeSearchType, Int32, Int32)
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 |
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" |
Int32 | recurrenceRuleId | Pointer to recurrence rule, for recurring appointments, otherwise 0 |
IdxActiveDateMotherIdRecurrenceRuleId(DateTime, Int32, Int32)
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 |
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" |
Int32 | 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 |
---|---|
Int32 |
RecurrenceRuleId
Pointer to recurrence rule, for recurring appointments, otherwise 0
Declaration
public int RecurrenceRuleId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |