IServer Methods |
The IServer 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.
(Inherited from IOwnerEntity.) |
![]() | FreeFromTheMaster |
Free the current slave server from the master. It will not save the change in the database unless you explicitly call the Save method. |
![]() | GetAllServerMapItems |
Returns the list of all server mapping managed
the current server.
|
![]() | MakeSlaveOf |
Make the current server slave of the specified server. It will not save the change in the database unless you explicitly call the Save method. |
![]() | Reload |
Reload the entity, using the current database value.
Returns successful value when the operation succeed
(Inherited from IOwnerEntity.) |
![]() | Restore |
Restore an entity flag as deleted
(Inherited from IOwnerEntity.) |
![]() | Save |
Save (create or update) an entity
(Inherited from IEntityBase.) |
![]() | Validate |
Validate the integrity of the entity
(Inherited from IEntityBase.) |