 | 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
Syntaxbool UpdateDatas(
bool saveAfterUpdate,
bool forceUpdate
)
Function UpdateDatas (
saveAfterUpdate As Boolean,
forceUpdate As Boolean
) As Boolean
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:
BooleanTrue if the update succeed otherwise false
See Also