The CBatch type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CBatch(IiMISUser) |
This constructor is used to create a new CBatch object.
| |
| CBatch(IiMISUser, IDataReader) |
This constructor is used to instantiate a CBatch object from the supplied IDataReader.
| |
| CBatch(IiMISUser, String) |
This constructor is used to instantiate an existing CBatch object. A new DataServer
object is used to retrieve the object.
| |
| CBatch(DataServer, IiMISUser, String) |
This constructor is used to instantiate an existing CBatch object.
|
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()()()().) |
Fields
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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.
|