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