fsresEstimateSummary_DoubleWithOverride Class |
A decimal value with the possibility to be overridden
Inheritance Hierarchy
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresEstimateSummary_DoubleWithOverride
The fsresEstimateSummary_DoubleWithOverride type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresEstimateSummary_DoubleWithOverride | Initializes a new instance of the fsresEstimateSummary_DoubleWithOverride class |
Properties
Name | Description | |
---|---|---|
Current |
If the value has been overridden, then this is the current calculated value
| |
IsOverride |
If true then the value has been overridden
| |
Original |
If the value has been overridden, then this is the what the calculated value was at the time of the override
| |
Value |
See Also