Class AppointmentCollection.IdxActiveDate
Class representing index 'IDXAppntActiveDate'.
Inheritance
AppointmentCollection.IdxActiveDate
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxActiveDate : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxActiveDate>, ISentryIgnorable
Constructors
IdxActiveDate(DateTime)
Constructor for class AppointmentCollection.IdxActiveDate This class represents index 'IDXAppntActiveDate'.
Declaration
public IdxActiveDate(DateTime activeDate)
Parameters
Type | Name | Description |
---|---|---|
DateTime | activeDate | The date to be used for searching & showing |
IdxActiveDate(DateTime, DateTimeSearchType)
Constructor for class AppointmentCollection.IdxActiveDate This class represents index 'IDXAppntActiveDate'.
Declaration
public IdxActiveDate(DateTime activeDate, DateTimeSearchType activeDateSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | activeDate | The date to be used for searching & showing |
DateTimeSearchType | activeDateSearchType | How to search for activeDate |
Properties
ActiveDate
The date to be used for searching & showing
Declaration
public DateTime ActiveDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |