Click or drag to resize

HeaderItemValue Interface

Header item for custom information.

Namespace: CeliAPS.BomApi.Data.HeaderData
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface HeaderItemValue

The HeaderItemValue type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets the display name of the header item value.
Public propertyParsingFunctionName Gets the name of the parsing function for the header item value.
Public propertyValue Gets the value of the header item.
Public propertyValueType Gets the type of the header item value.
Top
See Also