The CBatch type exposes the following members.

Methods

  NameDescription
Public methodAddTransaction(Decimal)
Adds a transaction to this CBatch in the specified amount using a new DataServer.
Public methodAddTransaction(DataServer, Decimal)
Adds a transaction to this CBatch in the specified amount using the supplied DataServer.
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 methodStatic memberGetBatches(IiMISUser, BatchPostingStatus)
Gets all batches with the given BatchPostingStatus.
Public methodStatic memberGetBatches(IiMISUser, BatchPostingStatus, DateTime)
Gets all batches with the given BatchPostingStatus and effective date.
Public methodStatic memberGetBatches(IiMISUser, BatchPostingStatus, String)
Gets all batches with the given BatchPostingStatus created by the given user.
Public methodStatic memberGetBatches(IiMISUser, BatchPostingStatus, DateTime, String)
Gets all batches with the given BatchPostingStatus and effective date created by the given user.
Public methodStatic memberGetEventBatches(IiMISUser, BatchPostingStatus, DateTime, String)
Gets all batches for the supplied event, with the given BatchPostingStatus and effective date.
Public methodStatic memberGetEventBatches(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.
Public methodStatic memberGetFinancialEntityBatches(IiMISUser, BatchPostingStatus, DateTime, String)
Gets all batches for the supplied financial entity, with the given BatchPostingStatus and effective date.
Public methodStatic memberGetFinancialEntityBatches(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.
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 methodRefresh
Refreshes this CBatch object from the database using the supplied DataServer.
Public methodSave()()()()
Saves the CBatch object to the database
Public methodSave(DataServer)
Saves the Batch to the database
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Validates this CBatch object.
(Overrides iboBase..::..Validate()()()().)

See Also