Class AppointmentCollection.IdxDone
Class representing index 'IDXAppntDone'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<AppointmentTableInfo, SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase>
SuperOffice.CRM.Entities.Appointment.AppointmentIdxBase
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDone>
AppointmentCollection.IdxDone
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDone : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDone>, ISentryIgnorable
Constructors
IdxDone(DateTime)
Constructor for class AppointmentCollection.IdxDone This class represents index 'IDXAppntDone'.
Declaration
public IdxDone(DateTime done)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | done | date + start time this task was done |
IdxDone(DateTime, DateTimeSearchType)
Constructor for class AppointmentCollection.IdxDone This class represents index 'IDXAppntDone'.
Declaration
public IdxDone(DateTime done, DateTimeSearchType doneSearchType)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | done | date + start time this task was done |
DateTimeSearchType | doneSearchType | How to search for done |
Properties
Done
date + start time this task was done
Declaration
public DateTime Done { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)