Skip to content

Extension Methods

Michael Hoehn edited this page Sep 22, 2021 · 1 revision

Toolkit Extension Methods

There are several helpful extension methods that have been made to help facilitate additional workflows and data queries. For the most part, each of these extension methods are called throughout the toolkit's evaluation methods, but we have made them available to use at any time.

List of Extension Methods

  • GetEnvironmentalMetric - Returns a list of EnvironmentalMetrics used within a given EPD or IElementM
  • GetEPDPhases - Returns a list of phases from an EPD
  • GetEPDDensity - Returns the density value from the EPD's EPDDensity fragment, if there's one provided
  • GetEvaluationValue - Returns the metric value that is being used in the calculations

Clone this wiki locally