Click or drag to resize

IDealPurchaseCommitmentEntity Methods

The IDealPurchaseCommitmentEntity type exposes the following members.

Methods
  NameDescription
Public methodAppend
Method for add a new entity to the media. Update the entity to its default value.
(Inherited from IEntity.)
Public methodCancel
Cancel the edit mode without saving, and reload the entity
(Inherited from IEntity.)
Public methodCancelEdit
Cancel the edit mode without saving, without reload the entity
(Inherited from IEntity.)
Public methodCancelLiquidateCommitement
Cancel liquidated manually the commitment
(Inherited from ICommitmentEntityBase.)
Public methodCanLiquidateForExchangeDifference
Return true if this commitment can liquidate for exchange difference indicate has currency exchange loss
(Inherited from ICommitmentEntityBase.)
Public methodCanMarkOffCommitment
Determines whether can mark off commitment
(Inherited from ICommitmentEntityBase.)
Public methodCheckData
Check the data of the entity
(Inherited from IEntity.)
Public methodClear
Clear the entity content and reinitialize it to the default value
(Inherited from IEntity.)
Public methodClone
Clone an entity
(Inherited from IEntity.)
Public methodCopyTo(IEntity)
Copy the entity content to another entity
(Inherited from IEntity.)
Public methodCopyTo(IEntity, Boolean)
Copy the entity content to another entity
(Inherited from IEntity.)
Public methodDelete
Method for delete a existing entity from the media
(Inherited from IEntity.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEdit
Method to pass in edit mode a existing entity in the media (for exemple, add a lock for database)
(Inherited from IEntity.)
Public methodGetExtension
Gets the extension.
(Inherited from IApiEntity.)
Public methodLiquidatedCommitment
Liquidate manually the commitment
(Inherited from ICommitmentEntityBase.)
Public methodLoad
Method for loading the entity
(Inherited from IEntity.)
Public methodMarkOffCommitment
Mark off the commitment Only works for commitment of settlement
(Inherited from ICommitmentEntityBase.)
Public methodSave
Method for saving the entity to the media
(Inherited from IEntity.)
Public methodSetAmount
Set amount of the commitment
(Inherited from ICommitmentEntityBase.)
Public methodSetComplexMemberReadOnly
Set the read only property to a member
(Inherited from IEntity.)
Public methodSetCurrencyAmount
Set the currency amount of the commitment
(Inherited from ICommitmentEntityBase.)
Public methodShowMessage
Method to display a message. The message is displayed if the UI has connected to the ShowMessage event
(Inherited from IApiEntity.)
Public methodUnmarkOffCommitment
Unmark off the commitment Only works for commitment of settlement
(Inherited from ICommitmentEntityBase.)
Top
See Also