Class EmailFlowInstanceExtenderBase
Inheritance
EmailFlowInstanceExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class EmailFlowInstanceExtenderBase : TableExtenderBase<WorkflowInstanceTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
EmailFlowInstanceExtenderBase()
Declaration
public EmailFlowInstanceExtenderBase()
Fields
_colRegisteredBy
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
_colRegisteredDate
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
_colUpdatedBy
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
_colUpdatedDate
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
_colWorkflowInstanceCurrentStepDescription
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceCurrentStepDescription
Field Value
_colWorkflowInstanceDropoutReason
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceDropoutReason
Field Value
_colWorkFlowInstanceId
Declaration
protected ArchiveColumnInfo _colWorkFlowInstanceId
Field Value
_colWorkflowInstanceLastCommunicationBounceInfo
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceLastCommunicationBounceInfo
Field Value
_colWorkflowInstanceLastCommunicationStatus
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceLastCommunicationStatus
Field Value
_colWorkflowInstanceLastCommunicationStepDescription
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceLastCommunicationStepDescription
Field Value
_colWorkflowInstanceLastCommunicationTime
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceLastCommunicationTime
Field Value
_colWorkflowInstanceStatus
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceStatus
Field Value
_colWorkflowInstanceStepStarted
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceStepStarted
Field Value
_colWorkflowInstanceWaitUntil
Declaration
protected ArchiveColumnInfo _colWorkflowInstanceWaitUntil
Field Value
_currentStepTableInfo
Declaration
protected WorkflowStepTableInfo _currentStepTableInfo
Field Value
_lastCommunicationSShipmentAddrRowTableInfo
Declaration
protected SShipmentAddrTableInfo _lastCommunicationSShipmentAddrRowTableInfo
Field Value
_lastCommunicationStepTableInfo
Declaration
protected WorkflowStepTableInfo _lastCommunicationStepTableInfo
Field Value
Methods
InnerModifyQuery()
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
Implements
Extension Methods