IManagementDatabaseEstimate Interface

Represents a particular version of an estimate in the main table with estimates (projects) in a management database.
Public Interface IManagementDatabaseEstimate 
Inherits IManagementDatabaseTableRow
This language is not supported or no code example is available.
public interface IManagementDatabaseEstimate : IManagementDatabaseTableRow
This language is not supported or no code example is available.
Name Description
Public property BoundDateTime Gets or sets the creation date and time.
Public property Currency Gets or sets the currency of the estimate.
Public property EstimateNumber Gets or sets the estimate ID.
Public property EstimatedPrice Gets or sets the estimated price.
Public property FullPath Gets or sets the full path to the estimate file.
Public property Guid Gets the unique GUID string of this row within entire management database. (inherited from IManagementDatabaseTableRow).
Public property IsDirty Gets a value indicating whether this row was modified and not saved. (inherited from IManagementDatabaseTableRow).
Public property ParentRowGuid Gets the GUID of the parent row in the parent table. (inherited from IManagementDatabaseTableRow).
Public property PostponedDateTime Gets or sets the postponed date and time.
Public property Price Gets or sets the estimate price.
Public property Table Gets the table to which this row belongs. (inherited from IManagementDatabaseTableRow).
Public property Title Gets or sets the estimate title.
Public property Version Gets the version number of this estimate.
Public property VersionLetter Gets the letter of the version (A, B, C, etc.) of this estimate.
Top
Methods
 
Name Description
Public method GetFieldValue(string) Returns a value from an estimate cell.
Public method Save() Saves the row into the database. (inherited from IManagementDatabaseTableRow).
Public method SetFieldValue(string, object) Writes a value to an estimate cell.
Public method ToDisplayString() Returns a single string representation of this estimate.
Top
Remarks
 
A management database contains one main estimate table. It contains estimates. Estimates provide more functionality than simple rows in other custom tables.
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition