Class QuoteConnectionProvider
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
Inheritance
Implements
Inherited Members
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
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
Declaration
public const string EntityDeleted = "deleted"
Field Value
Type | Description |
---|---|
String |
ProviderName
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
Declaration
public const string ProviderName = "QuoteConnection"
Field Value
Type | Description |
---|---|
String |
RowTypeName
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
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
InnerMapFields()
Map fields during building of the query.
Declaration
public override void InnerMapFields()
Overrides
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
PostProcessQuery()
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
Declaration
public override void PostProcessQuery()
Overrides
SetDesiredEntities(String[])
This is the archive Provider for the QuoteConnection Archive in SoAdmin.
Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type | Name | Description |
---|---|---|
String[] | entities |