Class AppointmentTextConversionExtender
Inheritance
AppointmentTextConversionExtender
Assembly: SoDataBase.dll
Syntax
public class AppointmentTextConversionExtender : TableExtenderBase<TextTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentTextConversionExtender()
Declaration
public AppointmentTextConversionExtender()
Fields
_colAgenda
Declaration
protected ArchiveColumnInfo _colAgenda
Field Value
_colAgendaHtml
Declaration
protected ArchiveColumnInfo _colAgendaHtml
Field Value
_colDescription
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
_colIsConverted
Declaration
protected ArchiveColumnInfo _colIsConverted
Field Value
_colTitle
Declaration
protected ArchiveColumnInfo _colTitle
Field Value
_colTitleHtml
Declaration
protected ArchiveColumnInfo _colTitleHtml
Field Value
Properties
AgendaTableInfo
Declaration
public TextTableInfo AgendaTableInfo { get; }
Property Value
DescriptionTableInfo
Declaration
public TextTableInfo DescriptionTableInfo { get; }
Property Value
TitleTableInfo
Declaration
public TextTableInfo TitleTableInfo { get; }
Property Value
Methods
GetDescription(SoDataReader)
Declaration
public ArchiveColumnData GetDescription(SoDataReader reader)
Parameters
Returns
GetTexts(SoDataReader)
Declaration
public (string description, string title, string agenda) GetTexts(SoDataReader reader)
Parameters
Returns
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns
that are NOT handled by this base class in this method. Whether a column is handled by
this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type |
Name |
Description |
SoDataReader |
reader |
Data reader with the query result (one row)
|
ArchiveRow |
row |
archive row to be populated
|
Overrides
IsConverted(SoDataReader, out string, out string)
Declaration
public bool IsConverted(SoDataReader reader, out string titleHtml, out string agendaHtml)
Parameters
Returns
RequestDescription()
Declaration
public void RequestDescription()
RequestDescriptionForRestriction()
Declaration
public void RequestDescriptionForRestriction()
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override TextTableInfo SetJoin()
Returns
Overrides
Implements
Extension Methods