Click or drag to resize

HeaderItemValue Interface

Header item for custom information.

Namespace: CeliAPS.BomApi.Data.HeaderData
Assembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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