IManagementDatabaseEstimateTable Interface
Public Interface IManagementDatabaseEstimateTable
Inherits IManagementDatabaseTable
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
Columns | Gets columns definitions of the table. (inherited from IManagementDatabaseTable). | |
Database | Gets the database which contains this table. (inherited from IManagementDatabaseTable). | |
Estimates | Gets the collection of all estimates and their all versions in the table. | |
ID | Gets the ID of this table. (inherited from IManagementDatabaseTable). | |
IsEstimateTable | Gets a value indicating whether this instance is an estimate table. (inherited from IManagementDatabaseTable). | |
Name | Gets the name of the table. (inherited from IManagementDatabaseTable). |
Name | Description | |
---|---|---|
CreateNewEstimate() | Creates a new estimate, with a single version 0. | |
DeleteEstimate(string) | Deletes all versions of the specified estimate. | |
GetAllEstimateGuids() | Gets the list of GUIDs for all estimates in the table. | |
GetEstimate(string, int) | Gets the estimate instance for specified estimate GUID and version. | |
GetEstimateVersions(string) | Gets the list of all available estimate versions. | |
GetReadOnlyCopyOfWorkbook(WorkbookParameters) | Gets the table workbook for read only purposes. (inherited from IManagementDatabaseTable). | |
PushNewVersion(string) | Pushes a new version of the specified estimate. | |
Save() | Saves all modified estimates or rows in this table into the database. (inherited from IManagementDatabaseTable). |
A management database contains exactly one main estimate table. This is the first table and it cannot be deleted. In addition to other custom tables, this one provides more functionality specifically targeted to estimates.
The estimate table contains rows representing a single version of an estimate. Multiple versions of an estimate are represented by multiple rows with the same GUID. Visually, they can be shown as expanded or collapsed with the + or - icon.
Available since QDV 7.14.520.