Click or drag to resize

QdbEntry Class

An entry in a quasardb database.
Inheritance Hierarchy

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public abstract class QdbEntry

The QdbEntry type exposes the following members.

Properties
  NameDescription
Public propertyAlias
The alias of the entry in the database.
Top
Methods
  NameDescription
Public methodAttachTag(String)
Adds a tag to the entry.
Public methodAttachTag(QdbTag)
Adds a tag to the entry.
Public methodDetachTag(String)
Removes a tag from the entry.
Public methodDetachTag(QdbTag)
Removes a tag from the entry.
Public methodGetTags
Gets the tags of the entry
Public methodHasTag(String)
Checks if the entry has the specified tag.
Public methodHasTag(QdbTag)
Checks if the entry has the specified tag.
Public methodRemove
Removes the entry from the database.
Top
See Also