fsresEstimateSummary_Totals Class

Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresEstimateSummary_Totals

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
  NameDescription
Public methodfsresEstimateSummary_Totals
Initializes a new instance of the fsresEstimateSummary_Totals class
Top
Properties
  NameDescription
Public propertyCost
The cost
Public propertyCostTax
The cost multiplied by the tax rate
Public propertyOverhead
The overhead amount
Public propertyOverheadPercent
The overhead percentage
Public propertyOverheadTax
The overhead amount multiplied by the tax rate
Public propertyProfit
The profit amount
Public propertyProfitPercent
The profit percentage
Public propertyProfitTax
The profit amount multiplied by the tax rate
Public propertySGA
The SGA amount
Public propertySGAPercent
Public propertySGATax
The SGA amount multiplied by the tax rate
Public propertyTax
The total amount of tax
Public propertyTaxRate
The tax rate as a percentage to apply to the cost
Public propertyWithOverhead
The cost plus overhead
Public propertyWithProfit
The cost plus overhead, SGA, and profit
Public propertyWithProfitAndTax
The cost plus overhead, SGA, profit, and tax
Public propertyWithSGA
The cost plus overhead and SGA
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next