IOwnerEntity Methods |
The IOwnerEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | Delete |
Flag the entity as deleted in database
(Inherited from IEntityBase.) |
![]() | Delete(Boolean) |
Flag an entity as deleted or definitively delete it in the database.
|
![]() | Reload |
Reload the entity, using the current database value.
Returns successful value when the operation succeed
|
![]() | Restore |
Restore an entity flag as deleted
|
![]() | Save |
Save (create or update) an entity
(Inherited from IEntityBase.) |
![]() | Validate |
Validate the integrity of the entity
(Inherited from IEntityBase.) |