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