ISet Interface

Represents a QDV set.
Public Interface ISet
This language is not supported or no code example is available.
public interface ISet
This language is not supported or no code example is available.
Name Description
Public property Description Gets the description of this set.
Public property Family Gets the family of this set.
Public property Id Gets the unique ID of this set within its parent database.
Public property KeepDepths Gets a value indicating whether to keep depths.
Public property Manufacturer Gets the manufacturer of this set.
Public property ParentDatabase Gets the database which contains this set.
Public property Reference Gets the reference of this set.
Public property UserDefinedField Gets the user field of this set.
Top
Methods
 
Name Description
Public method GetFieldValue(string) Gets the value of a field defined in the sets DB Fields manager.
Public method GetWorkbook() Gets the workbook with articles or sets from a set.
Public method SetFieldValue(string, object) Sets the value of a field defined in the sets DB Fields manager.
Public method WriteWorkbook(IWorkbook) Writes the workbook with articles or sets to a set. The workbook is saved directly to the database.
Top
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition