The CInvoice type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CInvoice(IiMISUser) |
This constructor is used to create a new CInvoice object.
| |
| CInvoice(IiMISUser, Int32) |
This constructor is used to instantiate an existing CInvoice object.
|
Methods
| Name | Description | |
|---|---|---|
| CheckAndModifyEditStatus |
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.) | |
| Delete |
Marks this object to be deleted when the save is done
(Inherited from iboBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Validate |
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
| Name | Description | |
|---|---|---|
| mEditStatus | The edit status (unchanged, modified, etc) of this record. (Inherited from iboBase.) | |
| mErrors | The current list of errors encountered by this class instance during processing. (Inherited from iboBase.) |
Properties
| Name | Description | |
|---|---|---|
| Adjustments |
Gets or sets the ADJUSTMENTS field of the invoice.
| |
| ARGLAccount |
Gets or sets the AR_ACCOUNT field of the invoice.
| |
| AvailableDiscount |
Gets or sets the AVAILABLE_DISC field of the invoice.
| |
| Balance |
Gets or sets the BALANCE field of the invoice.
| |
| BatchNumber |
Gets or sets the BATCH_NUM field of the invoice.
| |
| BillToCC |
Gets or sets the BILL_TO_CC field of the invoice.
| |
| BillToContactID |
Gets or sets the BT_ID field of the invoice.
| |
| Charges |
Gets or sets the CHARGES field of the invoice.
| |
| Credits |
Gets or sets the CREDITS field of the invoice.
| |
| CreditStatus |
Gets or sets the CREDIT_STATUS field of the invoice.
| |
| CustomerName |
Gets or sets the CUSTOMER_NAME field of the invoice.
| |
| CustomerReference |
Gets or sets the CUSTOMER_REFERENCE field of the invoice.
| |
| Description |
Gets or sets the DESCRIPTION field of the invoice.
| |
| DiscountDate |
Gets or sets the DISCOUNT_DATE field of the invoice.
| |
| DueDate |
Gets or sets the DUE_DATE field of the invoice.
| |
| EditStatus |
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus (Inherited from iboBase.) | |
| EffectiveDate |
Gets or sets the EFFECTIVE_DATE field of the invoice.
| |
| Errors |
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.) | |
| ErrorsCount |
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.) | |
| FinancialEntityCode |
Gets or sets the ORG_CODE field of the invoice.
| |
| HasBeenBilled |
Gets or sets the HAS_BEEN_BILLED field of the invoice.
| |
| InstallmentBillDate |
Gets or sets the INSTALL_BILL_DATE field of the invoice.
| |
| InvoiceDate |
Gets or sets the INVOICE_DATE field of the invoice.
| |
| InvoiceNumber |
Gets or sets the INVOICE_NUM field of the invoice.
| |
| InvoiceTypeCode |
Gets or sets the INVOICE_TYPE field of the invoice.
| |
| IsMultiOrg |
Gets or sets the IS_MULTI_ORG field of the invoice.
| |
| Note |
Gets or sets the NOTE field of the invoice.
| |
| NumLines |
Gets or sets the NUM_LINES field of the invoice.
| |
| OriginatingTransNumber |
Gets or sets the ORIGINATING_TRANS_NUM field of the invoice.
| |
| ReferenceNumber |
Gets or sets the REFERENCE_NUM field of the invoice.
| |
| ShipToContactID |
Gets or sets the ST_ID field of the invoice.
| |
| SourceCode |
Gets or sets the SOURCE_CODE field of the invoice.
| |
| SourceSystem |
Gets or sets the SOURCE_SYSTEM field of the invoice.
| |
| TermsCode |
Gets or sets the TERMS_CODE field of the invoice.
|