Click or drag to resize

Installments Class

Installments Class Fields, Properties and Methods.
Inheritance Hierarchy
SystemObject
  ConneXionInstallments

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

The Installments type exposes the following members.

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