The CInvoice type exposes the following members.

Constructors

  NameDescription
Public methodCInvoice(IiMISUser)
This constructor is used to create a new CInvoice object.
Public methodCInvoice(IiMISUser, Int32)
This constructor is used to instantiate an existing CInvoice object.

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodDelete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Validates the data set in the product kit item's properties against cross-property business rules. If any errors are found this returns false and the Asi.iBO.Errors property should be checked for details. Validate can be called at any time to check for errors but it will automatically be called at save time.
(Overrides iboBase..::..Validate()()()().)

Fields

  NameDescription
Protected fieldmEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
Protected fieldmErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)

Properties

  NameDescription
Public propertyAdjustments
Gets or sets the ADJUSTMENTS field of the invoice.
Public propertyARGLAccount
Gets or sets the AR_ACCOUNT field of the invoice.
Public propertyAvailableDiscount
Gets or sets the AVAILABLE_DISC field of the invoice.
Public propertyBalance
Gets or sets the BALANCE field of the invoice.
Public propertyBatchNumber
Gets or sets the BATCH_NUM field of the invoice.
Public propertyBillToCC
Gets or sets the BILL_TO_CC field of the invoice.
Public propertyBillToContactID
Gets or sets the BT_ID field of the invoice.
Public propertyCharges
Gets or sets the CHARGES field of the invoice.
Public propertyCredits
Gets or sets the CREDITS field of the invoice.
Public propertyCreditStatus
Gets or sets the CREDIT_STATUS field of the invoice.
Public propertyCustomerName
Gets or sets the CUSTOMER_NAME field of the invoice.
Public propertyCustomerReference
Gets or sets the CUSTOMER_REFERENCE field of the invoice.
Public propertyDescription
Gets or sets the DESCRIPTION field of the invoice.
Public propertyDiscountDate
Gets or sets the DISCOUNT_DATE field of the invoice.
Public propertyDueDate
Gets or sets the DUE_DATE field of the invoice.
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyEffectiveDate
Gets or sets the EFFECTIVE_DATE field of the invoice.
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyFinancialEntityCode
Gets or sets the ORG_CODE field of the invoice.
Public propertyHasBeenBilled
Gets or sets the HAS_BEEN_BILLED field of the invoice.
Public propertyInstallmentBillDate
Gets or sets the INSTALL_BILL_DATE field of the invoice.
Public propertyInvoiceDate
Gets or sets the INVOICE_DATE field of the invoice.
Public propertyInvoiceNumber
Gets or sets the INVOICE_NUM field of the invoice.
Public propertyInvoiceTypeCode
Gets or sets the INVOICE_TYPE field of the invoice.
Public propertyIsMultiOrg
Gets or sets the IS_MULTI_ORG field of the invoice.
Public propertyNote
Gets or sets the NOTE field of the invoice.
Public propertyNumLines
Gets or sets the NUM_LINES field of the invoice.
Public propertyOriginatingTransNumber
Gets or sets the ORIGINATING_TRANS_NUM field of the invoice.
Public propertyReferenceNumber
Gets or sets the REFERENCE_NUM field of the invoice.
Public propertyShipToContactID
Gets or sets the ST_ID field of the invoice.
Public propertySourceCode
Gets or sets the SOURCE_CODE field of the invoice.
Public propertySourceSystem
Gets or sets the SOURCE_SYSTEM field of the invoice.
Public propertyTermsCode
Gets or sets the TERMS_CODE field of the invoice.

See Also