Class AppointmentCollection.IdxAssociateIdRecurrenceRuleIdActiveDate
Class representing index 'IRecurrenceRuleIdActiveDateAssoc_id'.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxAssociateIdRecurrenceRuleIdActiveDate : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxRecurrenceRuleIdActiveDateAssociateId>, ISentryIgnorable
Constructors
IdxAssociateIdRecurrenceRuleIdActiveDate(int, int, DateTime)
Constructor for class AppointmentCollection.IdxAssociateIdRecurrenceRuleIdActiveDate This class represents index 'IRecurrenceRuleIdActiveDateAssoc_id'.
Declaration
public IdxAssociateIdRecurrenceRuleIdActiveDate(int associateId, int recurrenceRuleId, DateTime activeDate)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | ID of associate whose diary the appointment is in, REQUIRED |
| int | recurrenceRuleId | Pointer to recurrence rule, for recurring appointments, otherwise 0 |
| DateTime | activeDate | The date to be used for searching & showing |
IdxAssociateIdRecurrenceRuleIdActiveDate(int, int, DateTime, DateTimeSearchType)
Constructor for class AppointmentCollection.IdxAssociateIdRecurrenceRuleIdActiveDate This class represents index 'IRecurrenceRuleIdActiveDateAssoc_id'.
Declaration
public IdxAssociateIdRecurrenceRuleIdActiveDate(int associateId, int recurrenceRuleId, DateTime activeDate, DateTimeSearchType activeDateSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | ID of associate whose diary the appointment is in, REQUIRED |
| int | recurrenceRuleId | Pointer to recurrence rule, for recurring appointments, otherwise 0 |
| DateTime | activeDate | The date to be used for searching & showing |
| DateTimeSearchType | activeDateSearchType | How to search for activeDate |
Properties
ActiveDate
The date to be used for searching & showing
Declaration
public DateTime ActiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
AssociateId
ID of associate whose diary the appointment is in, REQUIRED
Declaration
public int AssociateId { 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 |