Click or drag to resize

InvoiceMessages Class

Fields and Properties related to InvoiceMessages Class
Inheritance Hierarchy
SystemObject
  ConneXionInvoiceMessages

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

The InvoiceMessages type exposes the following members.

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