The ContentInDatabase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContentInDatabase | Initializes a new instance of the ContentInDatabase class |
Methods
| Name | Description | |
|---|---|---|
| DeleteEditorContentFromDatabase |
Deletes the editor content from the database by given editor content ID.
| |
| Equals | (Inherited from Object.) | |
| GetEditorContentFromDatabase |
Gets the editor content from the database by given editor content ID.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InsertEditorContentToDatabase |
Inserts the editor content to the database by given editor content.
| |
| ToString | (Inherited from Object.) | |
| UpdateEditorContentInDatabase |
Updates the editor content in the database by given editor content ID and the new content.
|