The CBatch type exposes the following members.

Constructors

  NameDescription
CBatchOverloaded.

Methods

  NameDescription
AddTransactionOverloaded.
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
Determines whether the specified Object is equal to the current Object.
(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.)
GetBatchesOverloaded.
GetEventBatchesOverloaded.
GetFinancialEntityBatchesOverloaded.
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.)
Refresh
Refreshes this CBatch object from the database using the supplied DataServer.
SaveOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Validates this CBatch object.
(Overrides iboBase..::.Validate()()().)

Fields

  NameDescription
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

  NameDescription
ARGLAccount
Gets or sets the AR GL account for this CBatch object.
ARPseudo
Gets or sets the value of AR_PSUEDO for this CBatch object.
BatchNumber
Gets or sets the batch number for this CBatch object.
CashAccountCode
Gets or sets the cash account code for this CBatch object.
CashEntity
Gets or sets the cash entity for this CBatch object.
CashGLAccount
Gets or sets the cash GL account for this CBatch object.
CashPseudo
Gets or sets the value of CASH_PSUEDO for this CBatch object.
ControlCash
Gets or sets the control cash amount for this CBatch object.
ControlCount
Gets or sets the control count for this CBatch object.
Controlled
Gets or sets an indication of whether this CBatch object is controlled.
CreatedBy
Gets or sets the ID of the creator of this CBatch object.
DateCreated
Gets or sets the creation date of this CBatch object.
Description
Gets or sets the description of this CBatch object.
DuesCycleFlag
Gets or sets the dues cycle flag for this CBatch object.
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 for this CBatch object.
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.)
EventCode
Gets or sets the event code for this CBatch object.
FinancialEntityCode
Gets or sets the key to the CFinancialEntity object.
LastUpdated
Gets or sets the last updated date of this CBatch object.
PostingStatus
Gets or sets the posting status of this CBatch object.
SourceSystem
Gets or sets the source system for this CBatch object.
TransCash
Gets or sets the transaction cash amount for this CBatch object.
TransCount
Gets or sets the transaction count for this CBatch object.
UpdatedBy
Gets the ID of the last to update this CBatch object.

See Also