Class Appointment.AppointmentIdx
Base class for the index facades.
Inheritance
Appointment.AppointmentIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentIdx : Appointment.AppointmentIdxBase, ISentryIgnorable
Constructors
AppointmentIdx(AppointmentRow.AppointmentRowIdx)
Constructor for the index facades.
Declaration
protected AppointmentIdx(AppointmentRow.AppointmentRowIdx idx)
Parameters
Type | Name | Description |
---|---|---|
AppointmentRow.AppointmentRowIdx | idx | Index for the AppointmentRow object |
Methods
ToAppointment()
Operator retrieving an object assignable to Appointment based upon the index.
Declaration
public Appointment ToAppointment()
Returns
Type | Description |
---|---|
Appointment | Instance of an object assignable to Appointment based upon the value of the index. |
Operators
Implicit(Appointment.AppointmentIdx to Appointment)
Operator retrieving an object assignable to Appointment based upon the index.
Declaration
public static implicit operator Appointment(Appointment.AppointmentIdx idx)
Parameters
Type | Name | Description |
---|---|---|
Appointment.AppointmentIdx | idx | The index the Appointment represents |
Returns
Type | Description |
---|---|
Appointment | Instance of an object assignable to Appointment based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)