Class SaleTypeQuoteAttachmentExtenderBase
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class SaleTypeQuoteAttachmentExtenderBase : TableExtenderBase<SaleTypeQuoteAttachmentTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
SaleTypeQuoteAttachmentExtenderBase()
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Declaration
protected SaleTypeQuoteAttachmentExtenderBase()
Fields
_colDefaultIncluded
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Declaration
protected ArchiveColumnInfo _colDefaultIncluded
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSaleTypeId
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Declaration
protected ArchiveColumnInfo _colSaleTypeId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSaleTypeQuoteAttachmentId
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Declaration
protected ArchiveColumnInfo _colSaleTypeQuoteAttachmentId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Document extender base. This class is the same as the DocumentExtenderBase but without linking in the description in the text column
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |