Click or drag to resize

IDealEntityBaseUpdateDatas Method

Update the deal Clear all collections and rebuild them with new modification

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
bool UpdateDatas(
	bool saveAfterUpdate,
	bool forceUpdate
)

Parameters

saveAfterUpdate
Type: SystemBoolean
True whether save the entity after the update otherwise false
forceUpdate
Type: SystemBoolean
Force deal update, if no modification log has been created

Return Value

Type: Boolean
True if the update succeed otherwise false
See Also