Click or drag to resize

InstallmentPlanLines Class

InstallmentPlanLines Class Fields and Properties.
Inheritance Hierarchy
SystemObject
  ConneXionInstallmentPlanLines

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
[SerializableAttribute]
public class InstallmentPlanLines : ICollection

The InstallmentPlanLines type exposes the following members.

Constructors
  NameDescription
Public methodInstallmentPlanLines
Initializes a new instance of the InstallmentPlanLines class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of items in the InstallmentPlanLines array list
Public propertyIsSynchronized
Gets the boolean value indicating whether access to the ICollection is synchronized
Public propertyItem
Gets the InstallmentPlanLines Item
Public propertySyncRoot
Gets the InstallmentPlanLines object that can be used to synchronize access to ICollection
Top
Methods
  NameDescription
Public methodAdd
Adds InstallmentPlanLines object at the end of the Installment array list
Public methodCopyTo
Copies the entire InstallmentPlanLines array list to the target array(a) starting at the specific index of the array(index)
Public methodGetEnumerator
An enumerator that iterates through the InstallmentPlanLines array list
Top
Fields
  NameDescription
Public fieldCollectionName
Collection Name
Top
See Also