Show / Hide Table of Contents

Class AppointmentCollection.IdxDoBy

Class representing index 'IDXAppntDo_by'.

Inheritance
object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDoBy>
AppointmentCollection.IdxDoBy
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.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

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