Click or drag to resize
CashFlow Class
Cash Flow
Inheritance Hierarchy

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public class CashFlow : ReportQueryBase

The CashFlow type exposes the following members.

Constructors
  NameDescription
Public methodCashFlow
Initializes a new instance of the CashFlow class
Top
Properties
  NameDescription
Public propertyChunkSize
Gets or sets the value indicating the Chunk size.
(Inherited from ReportQueryBase.)
Public propertyClassField
class
(Inherited from ReportQueryBase.)
Public propertyCurrencyField
currency
(Inherited from ReportQueryBase.)
Public propertyCustomerField
customer
(Inherited from ReportQueryBase.)
Public propertyDateMacro
Gets or sets the value indicating the Date Macro.
(Inherited from ReportQueryBase.)
Public propertyDepartmentField
department
(Inherited from ReportQueryBase.)
Public propertyEmployeeField
employee
(Inherited from ReportQueryBase.)
Public propertyEndPeriodField
end period
(Inherited from ReportQueryBase.)
Public propertyEndTransactionDate
Gets or sets the value indicating the End Transaction Date.
(Inherited from ReportQueryBase.)
Public propertyItemField
item
(Inherited from ReportQueryBase.)
Public propertyOptionField
Optional
(Inherited from ReportQueryBase.)
Public propertyReportBasis
Specify the basis of the report, Cash or Accrual
(Inherited from ReportQueryBase.)
Public propertyReportBasisFieldSpecified
report basis specified
(Inherited from ReportQueryBase.)
Public propertyReportNameField
report Name
(Inherited from ReportQueryBase.)
Public propertyStartPage
Gets or sets the value indicating the Start page.
(Inherited from ReportQueryBase.)
Public propertyStartPeriodField
start period
(Inherited from ReportQueryBase.)
Public propertyStartTransactionDate
Gets or sets the value indicating the Start Transaction Date.
(Inherited from ReportQueryBase.)
Public propertySummarizeColumnsByField
sumarizeColumnBy
(Inherited from ReportQueryBase.)
Public propertyTimeField
time
(Inherited from ReportQueryBase.)
Public propertyTimeFieldSpecified
time specified
(Inherited from ReportQueryBase.)
Public propertyVendorField
vendor
(Inherited from ReportQueryBase.)
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
See Also