Show / Hide Table of Contents

Class AppointmentCollection.IdxActiveDateStatusTypeAssociateId

Class representing index 'IAssoc_idTypeStatusActiveDate'.

Inheritance
Object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxAssociateIdTypeStatusActiveDate>
AppointmentCollection.IdxActiveDateStatusTypeAssociateId
Implements
ISentryIgnorable
Inherited Members
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxAssociateIdTypeStatusActiveDate>.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 IdxActiveDateStatusTypeAssociateId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxAssociateIdTypeStatusActiveDate>, ISentryIgnorable

Constructors

IdxActiveDateStatusTypeAssociateId(DateTime, AppointmentStatus, AppointmentType, Int32)

Constructor for class AppointmentCollection.IdxActiveDateStatusTypeAssociateId This class represents index 'IAssoc_idTypeStatusActiveDate'.

Declaration
public IdxActiveDateStatusTypeAssociateId(DateTime activeDate, AppointmentStatus status, AppointmentType type, int associateId)
Parameters
Type Name Description
DateTime activeDate

The date to be used for searching & showing

AppointmentStatus status

status=done,started, not started, hidden

AppointmentType type

where=no start time,note,docin, docout

Int32 associateId

ID of associate whose diary the appointment is in, REQUIRED

IdxActiveDateStatusTypeAssociateId(DateTime, DateTimeSearchType, AppointmentStatus, AppointmentType, Int32)

Constructor for class AppointmentCollection.IdxActiveDateStatusTypeAssociateId This class represents index 'IAssoc_idTypeStatusActiveDate'.

Declaration
public IdxActiveDateStatusTypeAssociateId(DateTime activeDate, DateTimeSearchType activeDateSearchType, AppointmentStatus status, AppointmentType type, int associateId)
Parameters
Type Name Description
DateTime activeDate

The date to be used for searching & showing

DateTimeSearchType activeDateSearchType

How to search for activeDate

AppointmentStatus status

status=done,started, not started, hidden

AppointmentType type

where=no start time,note,docin, docout

Int32 associateId

ID of associate whose diary the appointment is in, REQUIRED

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

Status

status=done,started, not started, hidden

Declaration
public AppointmentStatus Status { get; set; }
Property Value
Type Description
AppointmentStatus

Type

where=no start time,note,docin, docout

Declaration
public AppointmentType Type { get; set; }
Property Value
Type Description
AppointmentType

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