|
Name
|
Description
|
|
CloseArticleDatabase()
|
Closes the database.
|
|
CreateArticle(string, string, string, string, string)
|
Creates a new article and adds it to the database.
|
|
DeleteArticle(long)
|
Deletes specified article.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
(inherited from Object).
|
|
ExportToExcel(string)
|
Exports the database to an Excel file.
|
|
Finalize
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(inherited from Object).
|
|
GetAllArticleRowIDs()
|
Gets the row IDs of all articles in the DB.
|
|
GetArticleFieldValue(long, string)
|
Returns the value of specified article field.
|
|
GetArticleInfo(long)
|
Obsolete.
Gets article info for the specified article.
|
|
GetArticleInfo(string, string, string, string, string)
|
Gets an article info for the article specified by reference.
|
|
GetHashCode
|
Serves as the default hash function.
(inherited from Object).
|
|
GetType
|
Gets the Type of the current instance.
(inherited from Object).
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object.
(inherited from Object).
|
|
PostMessageWithIcon(string, IconType)
|
Obsolete.
Pops up a text message with OK button.
|
|
PreLoadAllArticles(ExecutionProgressTick)
|
Obsolete.
Pre-loads all articles from the DB to an internal dictionary. All successive
accesses to the articles (with GetArticleInfo) are then
performed very fast on that dictionary.
|
|
RecordArticle(QDVEstimate, string, int, bool)
|
Obsolete.
|
|
ResetChangedDataCount()
|
Resets counter for Fields modified by the last macro execution.
|
|
SetArticleFieldValue(long, string, object)
|
Writes a value to an article field.
|
|
SetArticleFieldValues(long, IDictionary<StringObject>)
|
Writes values to multiple article fields at once.
|
|
ToString
|
Returns a string that represents the current object.
(inherited from Object).
|