Click or drag to resize

Output Interface

Defines methods for exporting BOM data using a specified template and saving it to various output destinations.

Namespace: CeliAPS.BomApi
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface Output

The Output type exposes the following members.

Methods
 NameDescription
Public methodToPath Exports the Bill of Materials (BOM) data using the specified template file and saves it to the provided file or directory path.
Public methodToStreams Exports the Bill of Materials (BOM) data using the specified template file and saves it to the provided file or directory path.
Top
See Also