Class ShipmentLinkClickExtenderBase
Extender base class used to add information about links clicked by a customer
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ShipmentLinkClickExtenderBase : TableExtenderBase<SLinkCustomerTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Remarks
The purpose is mainly to check if a given person has clicked a specified link in any or specified shipment, or any link in a specified shipment
Constructors
ShipmentLinkClickExtenderBase()
Extender base class used to add information about links clicked by a customer
Declaration
protected ShipmentLinkClickExtenderBase()
Remarks
The purpose is mainly to check if a given person has clicked a specified link in any or specified shipment, or any link in a specified shipment
Fields
_colLinkId
Extender base class used to add information about links clicked by a customer
Declaration
protected ArchiveColumnInfo _colLinkId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
The purpose is mainly to check if a given person has clicked a specified link in any or specified shipment, or any link in a specified shipment
_colShipmentId
Extender base class used to add information about links clicked by a customer
Declaration
protected ArchiveColumnInfo _colShipmentId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Remarks
The purpose is mainly to check if a given person has clicked a specified link in any or specified shipment, or any link in a specified shipment
Methods
InnerModifyQuery()
Add field mappings etc
Declaration
protected override void InnerModifyQuery()
Overrides
Remarks
The purpose is mainly to check if a given person has clicked a specified link in any or specified shipment, or any link in a specified shipment