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: 1.0.63
Syntax
public interface HeaderCategoryGeneral : HeaderCategory

The HeaderCategoryGeneral type exposes the following members.

Properties
 NameDescription
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