Class AppointmentInternalNotesTextExtender
Inheritance
AppointmentInternalNotesTextExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Joiners
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentInternalNotesTextExtender : HtmlTextExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentInternalNotesTextExtender(string)
Construct the object and set the field names
Declaration
public AppointmentInternalNotesTextExtender(string iconHint = "Appointment")
Parameters
| Type | Name | Description |
|---|---|---|
| string | iconHint |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Populate the archive row with columns that are not handled by the base class
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
| Type | Name | Description |
|---|---|---|
| SoDataReader | reader | Reader with data fields |
| ArchiveRow | row | Row to be populated |
Overrides
SetJoin()
Set up the join for a Appointments's text
Declaration
protected override TextTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| TextTableInfo | TableInfo instance of the newly joined-in table |