Click or drag to resize

RentalRunOption Class

Set of options for a rental run.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.RentalRentalRunOption

Namespace:  AMCS.Elemos.IntegrationService.Entity.Rental
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RentalRunOption

The RentalRunOption type exposes the following members.

Constructors
  NameDescription
Public methodRentalRunOption
Initializes a new instance of the RentalRunOption class
Top
Properties
  NameDescription
Public propertyAllCompanyOutlets
If true then all available company outlets included.
Public propertyAllDepartments
If true then all available departments included.
Public propertyAllInvoiceCycles
If true then all available invoice cycles included.
Public propertyCompanyOutletGuids
Company Outlets.
Public propertyDepartmentGuids
Departments.
Public propertyInvoiceCycleGuids
Invoice Cycles.
Public propertyIsAdvance
If true then advance run. Otherwise arrears.
Public propertyRentalTo
Rental To.
Public propertyRentalTypeGuid
Rental Type. If set to null then rental type is "ALL".
Top
See Also