|  | IEntity Methods | 
The IEntity type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Append | 
            Method for add a new entity to the media. Update the entity 
            to its default value.
             | 
|  | Cancel | 
            Cancel the edit mode without saving, and reload the entity
             | 
|  | CancelEdit | 
            Cancel the edit mode without saving, without reload the entity
             | 
|  | CheckData | 
            Check the data of the entity
             | 
|  | Clear | 
            Clear the entity content and reinitialize it to the default value
             | 
|  | Clone | 
            Clone an entity
             | 
|  | CopyTo(IEntity) | 
            Copy the entity content to another entity
             | 
|  | CopyTo(IEntity, Boolean) | 
            Copy the entity content to another entity
             | 
|  | Delete | 
            Method for delete a existing entity from the media 
             | 
|  | 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)
             | 
|  | GetExtension | 
            Gets the extension.
            (Inherited from IApiEntity.) | 
|  | Load | 
            Method for loading the entity 
             | 
|  | Save | 
            Method for saving the entity to the media 
             | 
|  | SetComplexMemberReadOnly | 
            Set the read only property to a member
             | 
|  | ShowMessage | 
            Method to display a message. The message is displayed if the UI has connected to the 
            ShowMessage event
            (Inherited from IApiEntity.) | 
 See Also
See Also