Click or drag to resize

ReportsEngineHelper Class

Reports engine business logic.
Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.BusinessLogicReportsEngineHelper

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class ReportsEngineHelper : IReportsEngineHelper

The ReportsEngineHelper type exposes the following members.

Constructors
  NameDescription
Public methodReportsEngineHelper
Initializes a new instance of the ReportsEngineHelper class
Top
Methods
  NameDescription
Public methodAddBillingReport
Adds the billing report.
Public methodAddReportDataSource
Adds the report data source.
Public methodDeleteBillingReport
Deletes the billing report.
Public methodDeleteReportDataSource
Deletes the report data source.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBillingReportById
Gets the billing report by identifier.
Public methodGetDataSourceResult
Gets the data source result.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReportData
Gets the report data.
Public methodGetReportDataSourceById
Gets the report data source by identifier.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListBillingReports
Lists the billing reports.
Public methodListReportDataSources
Lists the report data sources.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTestDataSourceQuery
Tests the data source query.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateBillingReport
Updates the billing report.
Public methodUpdateReportDataSource
Updates the report data source.
Top
See Also