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