IDatabaseTreeItem Interface

Represents an item (articles family) in a IDatabaseTree.
Public Interface IDatabaseTreeItem
This language is not supported or no code example is available.
public interface IDatabaseTreeItem
This language is not supported or no code example is available.
Name Description
Public property Code Gets or sets a code of this family.
Public property ParentItem Gets a parent item of this tree item.
Public property SubItems Gets top-level sub items of this tree item sorted by their Code property.
Public property Text Gets a family text (description), in a multi-language format for reading or editing.
Public property Tree Gets the IDatabaseTree this item belongs to.
Top
Methods
 
Name Description
Public method ClearText() Obsolete. Clears a family text (description) for all languages.
Public method GetText(string) Obsolete. Gets a family text (description) in the specified language.
Public method SetText(string, string) Obsolete. Sets a family text (description) in the specified language.
Top
Version
 
Available since QDV 7.14.501.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition