Class Appointment.AppointmentIdx<TIdx>
Inheritance
Appointment.AppointmentIdx<TIdx>
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentIdx<TIdx> : Appointment.AppointmentIdx, ISentryIgnorable where TIdx : AppointmentRow.AppointmentRowIdx
Type Parameters
Constructors
AppointmentIdx(TIdx)
Declaration
protected AppointmentIdx(TIdx idx)
Parameters
Type |
Name |
Description |
TIdx |
idx |
|
Properties
RowIdx
Declaration
public TIdx RowIdx { get; }
Property Value
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)