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
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxRecurrenceRuleIdActiveDateMotherId>.RowIdx
AppointmentCollection.AppointmentCollectionIdx.ToAppointmentCollection()
AppointmentCollection.AppointmentCollectionIdx.IsDistinct
Appointment.AppointmentIdxBase.ProjectRelationTableInfo
Appointment.AppointmentIdxBase.ContactRelationTableInfo
Appointment.AppointmentIdxBase.InvitedPersonRelationTableInfo
Appointment.AppointmentIdxBase.TaskRelationTableInfo
Appointment.AppointmentIdxBase.UdefSmallRelationTableInfo
Appointment.AppointmentIdxBase.RecurrenceRuleRelationTableInfo
Appointment.AppointmentIdxBase.UdefLargeRelationTableInfo
Appointment.AppointmentIdxBase.AppointmentTextRelationTableInfo
Appointment.AppointmentIdxBase.PersonRelationTableInfo
Appointment.AppointmentIdxBase.PriorityRelationTableInfo
Appointment.AppointmentIdxBase.UserGroupRelationTableInfo
Appointment.AppointmentIdxBase.TableInfo
Appointment.AppointmentIdxBase.PublishTableInfo
Appointment.AppointmentIdxBase.VisibleForTableInfo
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.TableInfo
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.RowIdx
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.JoinRestriction
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.ReturnFields
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>.IsSentryIgnored
EntityIdxBase.BeginIgnoreSentryCheck()
EntityIdxBase.EndIgnoreSentryCheck()
EntityIdxBase.IsSentryIgnored
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

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