Class SaleTypeQuoteAttachmentProvider
This is the archive Provider for the Product Archive is SoAdmin.
Inheritance
SaleTypeQuoteAttachmentProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SaleTypeQuoteAttachment", 1073741823)]
public class SaleTypeQuoteAttachmentProvider : TypedQueryProviderBase<ArchiveRow, SaleTypeQuoteAttachmentSaleTypeQuoteAttachmentExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
SaleTypeQuoteAttachmentProvider()
Create the SaleTypeQuoteAttachmentProvider instance
Declaration
public SaleTypeQuoteAttachmentProvider()
Fields
EntityName
This is the archive Provider for the Product Archive is SoAdmin.
Declaration
public const string EntityName = "saleTypeQuoteAttachment"
Field Value
Type | Description |
---|---|
String |
ProviderName
This is the archive Provider for the Product Archive is SoAdmin.
Declaration
public const string ProviderName = "SaleTypeQuoteAttachment"
Field Value
Type | Description |
---|---|
String |
Methods
GetEntityName(SoDataReader)
Determine the proper entity name for a raw row
Declaration
protected override string GetEntityName(SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | SoDataReader with the current row |
Returns
Type | Description |
---|---|
String | Entity name, depending on the contents of the retired field |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.GetEntityName(SuperOffice.Data.SoDataReader)
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Populate data return rows from the reader.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | SoDataReader with data |
ArchiveRow | row | Row to populate |
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.SaleTypeQuoteAttachmentSaleTypeQuoteAttachmentExtender>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
PostProcessQuery()
This is the archive Provider for the Product Archive is SoAdmin.
Declaration
public override void PostProcessQuery()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.PostProcessQuery()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)