Class FindQuoteLineProvider
QuoteLine provider for Find
Inheritance
FindQuoteLineProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("FindQuoteLine", 1073741823)]
public class FindQuoteLineProvider : QuoteLineProvider, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
FindQuoteLineProvider()
QuoteLine provider for Find
Declaration
public FindQuoteLineProvider()
Fields
ProviderName
QuoteLine provider for Find
Declaration
public const string ProviderName = "FindQuoteLine"
Field Value
Type | Description |
---|---|
String |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: Add the sale id to the link hint
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetDesiredColumns(String[])
Override: Order up the sale_id column, so that we can add it to the link hint, for navigation
Declaration
public override void SetDesiredColumns(params string[] columnIds)
Parameters
Type | Name | Description |
---|---|---|
String[] | columnIds |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.SetDesiredColumns(System.String[])
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)