Exposes a user customized result reader.
Declaration Syntax
public interface ICustomResultReader
Table 1806: Members
Method | GetComponentNames(string) |
Gets the result component names for the given result name. |
Method | GetComponentUnit(string, string) |
Gets the result component unit for the given result name and component name. |
Method | GetResultLocation(string) |
Gets the result location for the given result name. |
Method | GetResultNames() |
Gets the reader's defined result names. |
Method | GetResultType(string) |
Gets the result type for the given result name. |
Method | GetStepValues() |
Gets an enumerable containing the time values. The number of steps is equal to the number of times in returned value. |
Method | GetValues(string, IResultCollector) |
Fills collector's values for the given result name. |
Method | SetCurrentStep(IStepInfo) |
Sets the current step. |