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