Click or drag to resize

HeaderCategoryGeneral Interface

General header category of a bill of materials.

Namespace: CeliAPS.BomApi.Data.HeaderData
Assembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface HeaderCategoryGeneral : HeaderCategory

The HeaderCategoryGeneral type exposes the following members.

Properties
 NameDescription
Public propertyCadUsername Gets the username of the CAD user.
Public propertyCustomItems Gets the custom items associated with this header category
(Inherited from HeaderCategory)
Public propertyIsPaidUp Gets a value indicating whether the bill of materials is paid up.
Public propertyManufacturingOrderCode Gets the manufacturing order code.
Public propertyManufacturingOrderDate Gets the manufacturing order date.
Public propertyManufacturingOrderName Gets the manufacturing order name.
Public propertyProjectCode Gets the project code.
Public propertyProjectName Gets the project name.
Public propertySalesOrderCode Gets the sales order code.
Public propertySalesOrderDate Gets the sales order date.
Public propertySalesOrderName Gets the sales order name.
Public propertyShipDate Gets the ship date.
Top
See Also