Class ReportsProviderBase
Archive provider for the list of reports
Inheritance
ReportsProviderBase
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("Reports", 1073741823)]
public class ReportsProviderBase : TypedQueryProviderBase<ArchiveRow, ReportsReportsExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ReportsProviderBase()
Archive provider for the list of reports
Declaration
protected ReportsProviderBase()
Fields
DesiredAll
Archive provider for the list of reports
Declaration
protected bool DesiredAll
Field Value
Type | Description |
---|---|
Boolean |
ProviderName
Archive provider for the list of reports
Declaration
public const string ProviderName = "Reports"
Field Value
Type | Description |
---|---|
String |
RowTypeAllName
Archive provider for the list of reports
Declaration
public const string RowTypeAllName = "all"
Field Value
Type | Description |
---|---|
String |
Methods
AcceptRow(SoDataReader)
Accept only those rows that have at least one of the desired row types
Declaration
protected override bool AcceptRow(SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader |
Returns
Type | Description |
---|---|
Boolean |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.AcceptRow(SuperOffice.Data.SoDataReader)
InnerMapFields()
Archive provider for the list of reports
Declaration
public override void InnerMapFields()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.InnerMapFields()
RequiredPhaseOneFields()
Archive provider for the list of reports
Declaration
protected override FieldInfo[] RequiredPhaseOneFields()
Returns
Type | Description |
---|---|
FieldInfo[] |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.RequiredPhaseOneFields()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)