Class AppointmentCollection.IdxDoByTypeEndDateAssociateId
Class representing index 'IAssoc_idTypeEndDateDo_by'.
Inheritance
Implements
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 |