Class AppointmentRows.IdxSuggestedAppointmentId
Class representing index 'IDXAppntSuggestedAppointmentI'.
Inheritance
AppointmentRows.IdxSuggestedAppointmentId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentRows.IdxSuggestedAppointmentId : AppointmentRows.AppointmentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSuggestedAppointmentId(int)
Constructor for class AppointmentRows.IdxSuggestedAppointmentId This class represents index 'IDXAppntSuggestedAppointmentId'.
Declaration
public IdxSuggestedAppointmentId(int suggestedAppointmentId)
Parameters
Type | Name | Description |
---|---|---|
int | suggestedAppointmentId |
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
SuggestedAppointmentId
Suggested guide item that this appointment is an instance of (Note: NOT VALID for document-type appointments, they have their own link)
Declaration
public int SuggestedAppointmentId { 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. |