Show / Hide Table of Contents

Class AppointmentCollection.IdxDoByTypeEndDateAssociateId

Class representing index 'IAssoc_idTypeEndDateDo_by'.

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

Constructors

IdxDoByTypeEndDateAssociateId(DateTime, AppointmentType, DateTime, int)

Constructor for class AppointmentCollection.IdxDoByTypeEndDateAssociateId This class represents index 'IAssoc_idTypeEndDateDo_by'.

Declaration
public IdxDoByTypeEndDateAssociateId(DateTime doBy, AppointmentType type, DateTime endDate, int associateId)
Parameters
Type Name Description
DateTime doBy

date + start time planned

AppointmentType type

where=no start time,note,docin, docout

DateTime endDate

Date + end time planned

int associateId

ID of associate whose diary the appointment is in, REQUIRED

IdxDoByTypeEndDateAssociateId(DateTime, DateTimeSearchType, AppointmentType, DateTime, DateTimeSearchType, int)

Constructor for class AppointmentCollection.IdxDoByTypeEndDateAssociateId This class represents index 'IAssoc_idTypeEndDateDo_by'.

Declaration
public IdxDoByTypeEndDateAssociateId(DateTime doBy, DateTimeSearchType doBySearchType, AppointmentType type, DateTime endDate, DateTimeSearchType endDateSearchType, int associateId)
Parameters
Type Name Description
DateTime doBy

date + start time planned

DateTimeSearchType doBySearchType

How to search for doBy

AppointmentType type

where=no start time,note,docin, docout

DateTime endDate

Date + end time planned

DateTimeSearchType endDateSearchType

How to search for endDate

int associateId

ID of associate whose diary the appointment is in, REQUIRED

Properties

AssociateId

ID of associate whose diary the appointment is in, REQUIRED

Declaration
public int AssociateId { get; set; }
Property Value
Type Description
int

DoBy

date + start time planned

Declaration
public DateTime DoBy { get; set; }
Property Value
Type Description
DateTime

EndDate

Date + end time planned

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
DateTime

Type

where=no start time,note,docin, docout

Declaration
public AppointmentType Type { get; set; }
Property Value
Type Description
AppointmentType

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