Class AppointmentCollection.IdxMotherId
Class representing index 'IDXAppntMother_id'.
Inheritance
AppointmentCollection.IdxMotherId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxMotherId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxMotherId>, ISentryIgnorable
Constructors
IdxMotherId(int)
Constructor for class AppointmentCollection.IdxMotherId This class represents index 'IDXAppntMother_id'.
Declaration
public IdxMotherId(int motherId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | 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 |
|---|---|
| int |