Report Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The Report type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Gets or sets the category.
| |
| CreatedByAccount |
Gets or sets the id of the account that created the report.
| |
| DataExporters |
Gets or sets the data exporters.
| |
| 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.
| |
| LastChangeTime |
Gets or sets the last change time.
| |
| Name |
Gets or sets the name of 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.
| |
| UpdatedByAccount |
Gets or sets the id of the account that updated the report.
|
| 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.
|