Click or drag to resize

EntityExtensionBaseDoSave Method

Method called after entity is saved. If return false, the save of the entity is canceled

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual bool DoSave()

Return Value

Type: Boolean
True if success, false otherwise
See Also