The CBatch type exposes the following members.

Constructors

  NameDescription
Public methodCBatch(IiMISUser)
This constructor is used to create a new CBatch object.
Public methodCBatch(IiMISUser, IDataReader)
This constructor is used to instantiate a CBatch object from the supplied IDataReader.
Public methodCBatch(IiMISUser, String)
This constructor is used to instantiate an existing CBatch object. A new DataServer object is used to retrieve the object.
Public methodCBatch(DataServer, IiMISUser, String)
This constructor is used to instantiate an existing CBatch object.

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()()()().)

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 propertyARGLAccount
Gets or sets the AR GL account for this CBatch object.
Public propertyARPseudo
Gets or sets the value of AR_PSUEDO for this CBatch object.
Public propertyBatchNumber
Gets or sets the batch number for this CBatch object.
Public propertyCashAccountCode
Gets or sets the cash account code for this CBatch object.
Public propertyCashEntity
Gets or sets the cash entity for this CBatch object.
Public propertyCashGLAccount
Gets or sets the cash GL account for this CBatch object.
Public propertyCashPseudo
Gets or sets the value of CASH_PSUEDO for this CBatch object.
Public propertyControlCash
Gets or sets the control cash amount for this CBatch object.
Public propertyControlCount
Gets or sets the control count for this CBatch object.
Public propertyControlled
Gets or sets an indication of whether this CBatch object is controlled.
Public propertyCreatedBy
Gets or sets the ID of the creator of this CBatch object.
Public propertyDateCreated
Gets or sets the creation date of this CBatch object.
Public propertyDescription
Gets or sets the description of this CBatch object.
Public propertyDuesCycleFlag
Gets or sets the dues cycle flag for this CBatch object.
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyEffectiveDate
Gets or sets the effective date for this CBatch object.
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 propertyEventCode
Gets or sets the event code for this CBatch object.
Public propertyFinancialEntityCode
Gets or sets the key to the CFinancialEntity object.
Public propertyLastUpdated
Gets or sets the last updated date of this CBatch object.
Public propertyPostingStatus
Gets or sets the posting status of this CBatch object.
Public propertySourceSystem
Gets or sets the source system for this CBatch object.
Public propertyTransCash
Gets or sets the transaction cash amount for this CBatch object.
Public propertyTransCount
Gets or sets the transaction count for this CBatch object.
Public propertyUpdatedBy
Gets the ID of the last to update this CBatch object.

See Also