Show / Hide Table of Contents

Class AppointmentCollection.IdxMotherId

Class representing index 'IDXAppntMother_id'.

Inheritance
Object
EntityIdxBase
EntityIdxBase<AppointmentTableInfo, AppointmentRow.AppointmentRowIdxBase>
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxMotherId>
AppointmentCollection.IdxMotherId
Implements
ISentryIgnorable
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxMotherId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxMotherId>, ISentryIgnorable

Constructors

IdxMotherId(Int32)

Constructor for class AppointmentCollection.IdxMotherId This class represents index 'IDXAppntMother_id'.

Declaration
public IdxMotherId(int motherId)
Parameters
Type Name Description
Int32 motherId

"ID of mother appointment; self if booking master, master ID if booking slave, 0 if normal appointment. However, if 0 and assoc_id != reg_id then this is an assigned appointment, indicated vt type = kBooking"

Properties

MotherId

"ID of mother appointment; self if booking master, master ID if booking slave, 0 if normal appointment. However, if 0 and assoc_id != reg_id then this is an assigned appointment, indicated vt type = kBooking"

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

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