Class AppointmentCollection.IdxAssociateIdStatusDoneType
Class representing index 'IAssoc_idTypeStatusDone'.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxAssociateIdStatusDoneType : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxAssociateIdTypeStatusDone>, ISentryIgnorable
Constructors
IdxAssociateIdStatusDoneType(int, AppointmentStatus, DateTime, AppointmentType)
Constructor for class AppointmentCollection.IdxAssociateIdStatusDoneType This class represents index 'IAssoc_idTypeStatusDone'.
Declaration
public IdxAssociateIdStatusDoneType(int associateId, AppointmentStatus status, DateTime done, AppointmentType type)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | ID of associate whose diary the appointment is in, REQUIRED |
| AppointmentStatus | status | status=done,started, not started, hidden |
| DateTime | done | date + start time this task was done |
| AppointmentType | type | where=no start time,note,docin, docout |
IdxAssociateIdStatusDoneType(int, AppointmentStatus, DateTime, DateTimeSearchType, AppointmentType)
Constructor for class AppointmentCollection.IdxAssociateIdStatusDoneType This class represents index 'IAssoc_idTypeStatusDone'.
Declaration
public IdxAssociateIdStatusDoneType(int associateId, AppointmentStatus status, DateTime done, DateTimeSearchType doneSearchType, AppointmentType type)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | ID of associate whose diary the appointment is in, REQUIRED |
| AppointmentStatus | status | status=done,started, not started, hidden |
| DateTime | done | date + start time this task was done |
| DateTimeSearchType | doneSearchType | How to search for done |
| 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 |
|---|---|
| int |
Done
date + start time this task was done
Declaration
public DateTime Done { 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 |