The CBatch type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddTransaction(Decimal) |
Adds a transaction to this CBatch in the specified amount using a new DataServer.
| |
| AddTransaction(DataServer, Decimal) |
Adds a transaction to this CBatch in the specified amount using the supplied DataServer.
| |
| 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.) | |
| GetBatches(IiMISUser, BatchPostingStatus) |
Gets all batches with the given BatchPostingStatus.
| |
| GetBatches(IiMISUser, BatchPostingStatus, DateTime) |
Gets all batches with the given BatchPostingStatus and effective date.
| |
| GetBatches(IiMISUser, BatchPostingStatus, String) |
Gets all batches with the given BatchPostingStatus created by the given user.
| |
| GetBatches(IiMISUser, BatchPostingStatus, DateTime, String) |
Gets all batches with the given BatchPostingStatus and effective date created by the given user.
| |
| GetEventBatches(IiMISUser, BatchPostingStatus, DateTime, String) |
Gets all batches for the supplied event, with the given BatchPostingStatus and effective date.
| |
| GetEventBatches(IiMISUser, BatchPostingStatus, DateTime, String, String) |
Gets all batches for the supplied event, with the given BatchPostingStatus and effective date that were created by the given user.
| |
| GetFinancialEntityBatches(IiMISUser, BatchPostingStatus, DateTime, String) |
Gets all batches for the supplied financial entity, with the given BatchPostingStatus and effective date.
| |
| GetFinancialEntityBatches(IiMISUser, BatchPostingStatus, DateTime, String, String) |
Gets all batches for the supplied financial entity, with the given BatchPostingStatus and effective date that were created by the given user.
| |
| 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.
| |
| Save()()()() |
Saves the CBatch object to the database
| |
| Save(DataServer) |
Saves the Batch to the database
| |
| ToString | (Inherited from Object.) | |
| Validate |
Validates this CBatch object.
(Overrides iboBase..::..Validate()()()().) |