Show / Hide Table of Contents

Class AppointmentCollection.IdxAssociateIdDoByStatusType

Class representing index 'IAssoc_idTypeStatusDo_by'.

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

Constructors

IdxAssociateIdDoByStatusType(Int32, DateTime, AppointmentStatus, AppointmentType)

Constructor for class AppointmentCollection.IdxAssociateIdDoByStatusType This class represents index 'IAssoc_idTypeStatusDo_by'.

Declaration
public IdxAssociateIdDoByStatusType(int associateId, DateTime doBy, AppointmentStatus status, AppointmentType type)
Parameters
Type Name Description
Int32 associateId

ID of associate whose diary the appointment is in, REQUIRED

DateTime doBy

date + start time planned

AppointmentStatus status

status=done,started, not started, hidden

AppointmentType type

where=no start time,note,docin, docout

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

Constructor for class AppointmentCollection.IdxAssociateIdDoByStatusType This class represents index 'IAssoc_idTypeStatusDo_by'.

Declaration
public IdxAssociateIdDoByStatusType(int associateId, DateTime doBy, DateTimeSearchType doBySearchType, AppointmentStatus status, AppointmentType type)
Parameters
Type Name Description
Int32 associateId

ID of associate whose diary the appointment is in, REQUIRED

DateTime doBy

date + start time planned

DateTimeSearchType doBySearchType

How to search for doBy

AppointmentStatus status

status=done,started, not started, hidden

AppointmentType type

where=no start time,note,docin, docout

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

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