The CFinancialProfile type exposes the following members.

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
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)

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 propertyBackorderPreference
The contact's preference of what to do when ordered items are not immediately available
Public propertyBillToContactId
The ContactId of another contact to which bills generated by this contact should be sent (e.g., for dues, events registrations, etc.)
Public propertyCreditLimit
The amount of credit that can be extended to this contact
Public propertyDefaultTaxAuthority
The default taxing authority to use when the Contact orders taxable items
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
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 propertyIsVatExempt
Indicates whether or not the Contact is exempt from VAT (Value Added Tax) where it is charged
Public propertyRenewedThruDate
The date thru whcih the Contatc's dues were last renewed
Public propertyRenewMonths
The number of months for which the Contact's dues were last renewed
Public propertyStatementOptOutFlag
Indicates whether or not account statements should be sent to the Contact
Public propertyTaxExemptNumber
The Contact's Tax Exemption number (if any)
Public propertyTermsCode
The financial "terms" to use in financial transactions with this Contact. e.g., "Net 30"
Public propertyVatCountry
The country to which the Contact should pay VAT or is exempt from VAT IsVatExempt
Public propertyVatRegNumber
The Contact's VAT registration number

See Also