Interface: ICustomResultReader

Exposes a user customized result reader.

Methods

Name Description
GetComponentNames(String) Gets the result component names for the given result name.
GetComponentUnit(String, String) Gets the result component unit for the given result name and component name.
GetResultLocation(String) Gets the result location for the given result name.
GetResultNames() Gets the reader's defined result names.
GetResultType(String) Gets the result type for the given result name.
GetStepValues() Gets an enumerable containing the time values. The number of steps is equal to the number of times in returned value.
GetValues(String, IResultCollector) Fills collector's values for the given result name.
SetCurrentStep(IStepInfo) Sets the current step.