IUserDefinedEntity Methods |
The IUserDefinedEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| Append |
Method for add a new entity to the media. Update the entity
to its default value.
(Inherited from IEntity.) | |
| BeginModification |
Begin a global Modification. Allow interface to disable binding.
| |
| BeginUpdate |
Allow to modify some members without fire the changing/changed events. Use it to
update a lot of members.
| |
| Cancel |
Cancel the edit mode without saving, and reload the entity
(Inherited from IEntity.) | |
| CancelEdit |
Cancel the edit mode without saving, without reload the entity
(Inherited from IEntity.) | |
| CheckData |
Check the data of the entity
(Inherited from IEntity.) | |
| Clear |
Clear the entity content and reinitialize it to the default value
(Inherited from IEntity.) | |
| Clone |
Clone an entity
(Inherited from IEntity.) | |
| CopyTo(IEntity) |
Copy the entity content to another entity
(Inherited from IEntity.) | |
| CopyTo(IEntity, Boolean) |
Copy the entity content to another entity
(Inherited from IEntity.) | |
| Delete |
Method for delete a existing entity from the media
(Inherited from IEntity.) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Edit |
Method to pass in edit mode a existing entity in the media
(for exemple, add a lock for database)
(Inherited from IEntity.) | |
| EndModification |
End the global Modification. Allow UI to enable binding.
| |
| EndUpdate |
End the Update
| |
| GetExtension |
Gets the extension.
(Inherited from IApiEntity.) | |
| Load |
Method for loading the entity
(Inherited from IEntity.) | |
| Save |
Method for saving the entity to the media
(Inherited from IEntity.) | |
| SetComplexMemberReadOnly |
Set the read only property to a member
(Inherited from IEntity.) | |
| ShowMessage |
Method to display a message. The message is displayed if the UI has connected to the
ShowMessage event
(Inherited from IApiEntity.) |