Class AppointmentCollection.IdxDoBy
Class representing index 'IDXAppntDo_by'.
Inheritance
EntityIdxBase
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDoBy>
AppointmentCollection.IdxDoBy
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDoBy : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDoBy>, ISentryIgnorable
Constructors
IdxDoBy(DateTime)
Constructor for class AppointmentCollection.IdxDoBy This class represents index 'IDXAppntDo_by'.
Declaration
public IdxDoBy(DateTime doBy)
Parameters
Type | Name | Description |
---|---|---|
DateTime | doBy | date + start time planned |
IdxDoBy(DateTime, DateTimeSearchType)
Constructor for class AppointmentCollection.IdxDoBy This class represents index 'IDXAppntDo_by'.
Declaration
public IdxDoBy(DateTime doBy, DateTimeSearchType doBySearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | doBy | date + start time planned |
DateTimeSearchType | doBySearchType | How to search for doBy |
Properties
DoBy
date + start time planned
Declaration
public DateTime DoBy { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)