PumpGetStructuredReport Method

Generates a structured report for this pump as a list of typed report items, suitable for rendering in tabular or hierarchical UI components.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override List<Tuple<ReportItemType, string[]>> GetStructuredReport()

Return Value

ListTupleReportItemType, String
A list of TupleT1, T2 report items.

See Also