Class QuoteConnectionProvider
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
Inheritance
QuoteConnectionProvider
Implements
Inherited Members
TypedQueryProviderBase<ArchiveRow, QuoteConnectionExtender>.HandleDynamicExtenders(IArchiveExtender)
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("QuoteConnection", 1073741823)]
public class QuoteConnectionProvider : TypedQueryProviderBase<ArchiveRow, QuoteConnectionExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
QuoteConnectionProvider()
Create the QuoteConnectionProvider instance
Declaration
public QuoteConnectionProvider()
Fields
EntityDeleted
Declaration
public const string EntityDeleted = "deleted"
Field Value
Type | Description |
---|---|
String |
ProviderName
Declaration
public const string ProviderName = "QuoteConnection"
Field Value
Type | Description |
---|---|
String |
RowTypeName
Declaration
public const string RowTypeName = "quoteConnection"
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)
InnerMapFields()
Map fields during building of the query.
Declaration
public override void InnerMapFields()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.InnerMapFields()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Populate data return rows from the reader. Since the provider is essentially just a wrapper around the QuoteConnectionExtenderBase, this method does nothing.
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.QuoteConnectionExtender>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
PostProcessQuery()
Declaration
public override void PostProcessQuery()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.PostProcessQuery()
SetDesiredEntities(String[])
Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type | Name | Description |
---|---|---|
String[] | entities |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.SetDesiredEntities(System.String[])
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)