Class AppointmentRows.IdxTextId
Class representing index 'IDXAppntText_id'.
Inheritance
AppointmentRows.IdxTextId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentRows.IdxTextId : AppointmentRows.AppointmentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTextId(int)
Constructor for class AppointmentRows.IdxTextId This class represents index 'IDXAppntText_id'.
Declaration
public IdxTextId(int textId)
Parameters
Type | Name | Description |
---|---|---|
int | textId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
TextId
ID of record containing appointment text
Declaration
public int TextId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the AppointmentRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of AppointmentRow. |