fsresInputDisplayUnits Class |
Specify the unit-of-measure values to use for input and display purposes.
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 fsresInputDisplayUnits
The fsresInputDisplayUnits type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresInputDisplayUnits | Initializes a new instance of the fsresInputDisplayUnits class |
Properties
Name | Description | |
---|---|---|
LengthTypeIDImperial |
Length format when in imperial mode:
1 - Feet, Inches, 16ths
2 - Feet, Inches
3 - Inches, 16ths
4 - Decimal Feet
5 - Decimal Inches (2 Places)
6 - Decimal Inches
7 - Feet, Inches, 16ths (Free-Form)
| |
LengthTypeIDMetric |
Length format when in metric mode:
1 - Meters
2 - Centimeters
3 - Millimeters
| |
LengthUOM |
Length display and input.
| |
PriceUOM |
Unit Price display and input.
| |
SizeUOM |
Dimension display and input.
| |
WeightUOM |
Weight display and input.
|
See Also