Show / Hide Table of Contents

Class AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId

Class representing index 'IRecurrenceRuleIdActiveDateMother_id'.

Inheritance
object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxRecurrenceRuleIdActiveDateMotherId>
AppointmentCollection.IdxActiveDateMotherIdRecurrenceRuleId
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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

Implements

ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top