Click or drag to resize

HeaderItemValue Interface

Header item for custom information.

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