| ReportQueryBase Class |
Namespace: Intuit.Ipp.Data
public abstract class ReportQueryBase
The ReportQueryBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportQueryBase | Initializes a new instance of the ReportQueryBase class |
| Name | Description | |
|---|---|---|
| ChunkSize |
Gets or sets the value indicating the Chunk size.
| |
| ClassField |
class
| |
| CurrencyField |
currency
| |
| CustomerField |
customer
| |
| DateMacro |
Gets or sets the value indicating the Date Macro.
| |
| DepartmentField |
department
| |
| EmployeeField |
employee
| |
| EndPeriodField |
end period
| |
| EndTransactionDate |
Gets or sets the value indicating the End Transaction Date.
| |
| ItemField |
item
| |
| OptionField |
Optional
| |
| ReportBasis |
Specify the basis of the report, Cash or Accrual
| |
| ReportBasisFieldSpecified |
report basis specified
| |
| ReportNameField |
report Name
| |
| StartPage |
Gets or sets the value indicating the Start page.
| |
| StartPeriodField |
start period
| |
| StartTransactionDate |
Gets or sets the value indicating the Start Transaction Date.
| |
| SummarizeColumnsByField |
sumarizeColumnBy
| |
| TimeField |
time
| |
| TimeFieldSpecified |
time specified
| |
| VendorField |
vendor
|
| 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.) |
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |