Click or drag to resize
Infosoft Logo

BalanceReportParameters Class

Defines parameters for the balance report job.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersBalanceReportParameters

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class BalanceReportParameters : SchedulableJobParameters, 
	IExtensibleDataObject

The BalanceReportParameters type exposes the following members.

Properties
 NameDescription
Public propertyCalculationMethod Gets or sets the calculation method.
Public propertyCriteriaCurrencyId Gets or sets the criteria currency.
Public propertyCriteriaOfficeLocationId Gets or sets the criteria office location id.
Public propertyExclusivePriceAutogiro Gets or sets a value indicating whether to have exclusive price on autogiro.
Public propertyIsOfficeLocationChecked Gets or sets a value indicating whether the OfficeLocation checkbox should be checked.
Public propertyIsSearchCurrencyChecked Gets or sets a value indicating whether the SearchCurrency checkbox should be checked.
Public propertyLatestBankDate Gets or sets the latest bank date.
Public propertyMakeProductReport Gets or sets a value indicating whether to make product report.
Public propertyMaximumCustomerNumber Gets or sets the maximum customer number.
Public propertyMinimumCustomerNumber Gets or sets the minimum customer number.
Public propertyPageBreaks Gets or sets a value indicating whether to add page breaks to the report.
Public propertyReportDate Gets or sets the report date.
Public propertyResultCurrencyId Gets or sets the result currency.
Public propertyStoppedSinceDate Gets or sets the stopped since date.
Public propertySubscriptionWriteLevel Gets or sets the subscription write level.
Public propertyTreatActive Gets or sets a value indicating whether to treat active subscriptions.
Public propertyTreatPassivePermanentStop Gets or sets a value indicating whether to treat passive permanent subscriptions stops.
Public propertyTreatPassiveTemporaryStop Gets or sets a value indicating whether to treat passive temporary subscriptions stops.
Public propertyWriteGroupTotals Gets or sets a value indicating whether to write group totals.
Public propertyWriteTotals Gets or sets a value indicating whether to write totals.
Public propertyWriteUsedDayPrice Gets or sets a value indicating whether to write used day price on indivual lines.
Top
See Also