Qdv.UserApi.ManagementDatabase Namespace

Contains types related to a management database.
Name Description
Public interface IManagementDatabase Represents a management database.
Public interface IManagementDatabaseColumnMapping Represents a column mapping (information) in a management database.
Public interface IManagementDatabaseCustomTable Represents a custom table in a management database. Custom tables are those defined by a user.
Public interface IManagementDatabaseEstimate Represents a particular version of an estimate in the main table with estimates (projects) in a management database.
Public interface IManagementDatabaseEstimateTable Represents a main table with estimates (projects) in a management database.
Public interface IManagementDatabaseTable Represents a table in a management database.
Public interface IManagementDatabaseTableRow Represents a row in a table in a custom management database.
Top
Remarks
 
The main type is the IManagementDatabase. Instance of this type is passed to a macro as a parameter. From there, you can access the tables and manipulate estimates and rows.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition