Class AppointmentCollection.IdxUserdef2Id
Class representing index 'IDXAppntUdef2_id'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<AppointmentTableInfo, SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase>
SuperOffice.CRM.Entities.Appointment.AppointmentIdxBase
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxUserdef2Id>
AppointmentCollection.IdxUserdef2Id
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxUserdef2Id : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxUserdef2Id>, ISentryIgnorable
Constructors
IdxUserdef2Id(Int32)
Constructor for class AppointmentCollection.IdxUserdef2Id This class represents index 'IDXAppntUdef2_id'.
Declaration
public IdxUserdef2Id(int userdef2Id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | userdef2Id | User defined table record 2 (for future use) |
Properties
Userdef2Id
User defined table record 2 (for future use)
Declaration
public int Userdef2Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)