Show / Hide Table of Contents

Class AppointmentCollection.IdxDone

Class representing index 'IDXAppntDone'.

Inheritance
object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDone>
AppointmentCollection.IdxDone
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.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
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
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
DateTime

Implements

ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top