fsresEstimateSummary_Totals 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_Totals
The fsresEstimateSummary_Totals type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresEstimateSummary_Totals | Initializes a new instance of the fsresEstimateSummary_Totals class |
Properties
Name | Description | |
---|---|---|
Cost |
The cost
| |
CostTax |
The cost multiplied by the tax rate
| |
Overhead |
The overhead amount
| |
OverheadPercent |
The overhead percentage
| |
OverheadTax |
The overhead amount multiplied by the tax rate
| |
Profit |
The profit amount
| |
ProfitPercent |
The profit percentage
| |
ProfitTax |
The profit amount multiplied by the tax rate
| |
SGA |
The SGA amount
| |
SGAPercent | ||
SGATax |
The SGA amount multiplied by the tax rate
| |
Tax |
The total amount of tax
| |
TaxRate |
The tax rate as a percentage to apply to the cost
| |
WithOverhead |
The cost plus overhead
| |
WithProfit |
The cost plus overhead, SGA, and profit
| |
WithProfitAndTax |
The cost plus overhead, SGA, profit, and tax
| |
WithSGA |
The cost plus overhead and SGA
|
See Also