Class AppointmentCollection.IdxTextId
Class representing index 'IDXAppntText_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.IdxTextId>
AppointmentCollection.IdxTextId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxTextId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxTextId>, ISentryIgnorable
Constructors
IdxTextId(Int32)
Constructor for class AppointmentCollection.IdxTextId This class represents index 'IDXAppntText_id'.
Declaration
public IdxTextId(int textId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | textId | ID of record containing appointment text |
Properties
TextId
ID of record containing appointment text
Declaration
public int TextId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)