fsresEstimateSummary_StandardAdditionalItem Class |
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_StandardAdditionalItem
The fsresEstimateSummary_StandardAdditionalItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresEstimateSummary_StandardAdditionalItem | Initializes a new instance of the fsresEstimateSummary_StandardAdditionalItem class |
Properties
Name | Description | |
---|---|---|
AddToNewEstimates |
Indicates whether this additional should be added automatically to new estimates.
| |
CostCodeID |
The cost code
| |
CostCurrencyID |
The unit cost currency
| |
CostTypeID |
The cost type
| |
Description |
The description of the additional item
| |
EstimateSummaryStandardAdditionalItemID |
The unique ID of the standard additional item record.
| |
OverheadPercent |
The overhead percentage
| |
ProfitPercent |
The profit percentage
| |
Quantity |
The quantity
| |
Section |
The section that the additional item record should be applied to.
| |
SGAPercent | ||
UnitCost |
The unit cost
| |
Units |
The units of what is represented by "Quantity".
|
See Also