Class AppointmentCollection.IdxActiveDateStatusTypeAssociateId
Class representing index 'IAssoc_idTypeStatusActiveDate'.
Inheritance
Implements
Inherited Members
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 |