Show / Hide Table of Contents

Class AppointmentCollection.IdxDoByTypeEndDateAssociateId

Class representing index 'IAssoc_idTypeEndDateDo_by'.

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

Constructors

IdxDoByTypeEndDateAssociateId(DateTime, AppointmentType, DateTime, Int32)

Constructor for class AppointmentCollection.IdxDoByTypeEndDateAssociateId This class represents index 'IAssoc_idTypeEndDateDo_by'.

Declaration
public IdxDoByTypeEndDateAssociateId(DateTime doBy, AppointmentType type, DateTime endDate, int associateId)
Parameters
Type Name Description
DateTime doBy

date + start time planned

AppointmentType type

where=no start time,note,docin, docout

DateTime endDate

Date + end time planned

Int32 associateId

ID of associate whose diary the appointment is in, REQUIRED

IdxDoByTypeEndDateAssociateId(DateTime, DateTimeSearchType, AppointmentType, DateTime, DateTimeSearchType, Int32)

Constructor for class AppointmentCollection.IdxDoByTypeEndDateAssociateId This class represents index 'IAssoc_idTypeEndDateDo_by'.

Declaration
public IdxDoByTypeEndDateAssociateId(DateTime doBy, DateTimeSearchType doBySearchType, AppointmentType type, DateTime endDate, DateTimeSearchType endDateSearchType, int associateId)
Parameters
Type Name Description
DateTime doBy

date + start time planned

DateTimeSearchType doBySearchType

How to search for doBy

AppointmentType type

where=no start time,note,docin, docout

DateTime endDate

Date + end time planned

DateTimeSearchType endDateSearchType

How to search for endDate

Int32 associateId

ID of associate whose diary the appointment is in, REQUIRED

Properties

AssociateId

ID of associate whose diary the appointment is in, REQUIRED

Declaration
public int AssociateId { get; set; }
Property Value
Type Description
Int32

DoBy

date + start time planned

Declaration
public DateTime DoBy { get; set; }
Property Value
Type Description
DateTime

EndDate

Date + end time planned

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
DateTime

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