The ContentInDatabase type exposes the following members.

Constructors

  NameDescription
ContentInDatabase
Initializes a new instance of the ContentInDatabase class

Methods

  NameDescription
DeleteEditorContentFromDatabase
Deletes the editor content from the database by given editor content ID.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateEditorContentInDatabase
Updates the editor content in the database by given editor content ID and the new content.

See Also