Class FavouritePersonExtender
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class FavouritePersonExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
FavouritePersonExtender()
Initialize extender with a given set of features
Declaration
public FavouritePersonExtender()
Fields
_colEmailAddress
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colEmailAddress
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colEntityIcon
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colEntityIcon
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFavouriteAssociateId
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colFavouriteAssociateId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFavouritePersonAssociateId
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colFavouritePersonAssociateId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIcon
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colIcon
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colText
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected ArchiveColumnInfo _colText
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
ColFavouritePersonAssociateId
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
public const string ColFavouritePersonAssociateId = "favouritePersonAssociateId"
Field Value
Type | Description |
---|---|
String |
ColPersonId
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
public const string ColPersonId = "personId"
Field Value
Type | Description |
---|---|
String |
ColumnFavouritePersonEmailAddress
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
public const string ColumnFavouritePersonEmailAddress = "favouritePersonEmailAddress"
Field Value
Type | Description |
---|---|
String |
Methods
InnerModifyQuery()
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Extend a Favourite extender with a Person extender, to provide the Person columns related to a Favourite.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Create a tableinfo and join it to the parent Favourite
Declaration
protected override PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo | SaleTableInfo of the newly created info instance |