Class FindQuoteLineProvider
QuoteLine provider for Find
Inheritance
FindQuoteLineProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("FindQuoteLine", 1073741823)]
public class FindQuoteLineProvider : QuoteLineProvider, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
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(params 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 |