Class AppointmentCollection.IdxMotherId
Class representing index 'IDXAppntMother_id'.
Inheritance
EntityIdxBase
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxMotherId>
AppointmentCollection.IdxMotherId
Implements
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
Extension Methods
EnumUtil.MapEnums<From, To>(From)