ReportArchive Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The ReportArchive type exposes the following members.
Name | Description | |
---|---|---|
ReportArchive | Initializes a new instance of the ReportArchive class |
Name | Description | |
---|---|---|
Content |
Gets or sets the content.
| |
CreatedTime |
Gets or sets the created time.
| |
DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
Description |
Gets or sets the description of the report.
| |
Id |
Gets or sets the id of the report.
| |
Name |
Gets or sets the name of the report.
| |
PeriodFrom |
Gets or sets the period from.
| |
PeriodTo |
Gets or sets the period to.
| |
Report |
Gets or sets the report.
| |
ReportDataFilterClassName |
Gets or sets the name of the filter data provider class.
| |
ReportDataFilterParameters |
Gets or sets the report data filter parameters.
| |
ReportDataProviderClassName |
Gets or sets the name of the report data provider class.
| |
ReportDataProviderParameters |
Gets or sets the report data provider parameters.
| |
ReportDataTransformerClassName |
Gets or sets the name of the report data transformer class.
| |
ReportDataTransformerParameters |
Gets or sets the report data transformer parameters.
| |
ReportFormatterClassName |
Gets or sets the name of the report formatter class.
| |
ReportFormatterParameters |
Gets or sets the report formatter parameters.
| |
ReportParameters |
Gets or sets the report parameters.
| |
Reseller |
Gets or sets the id of the reseller.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateDataObject |
Updates the data object by merging it's properties with the properties from the current business object.
|