AnalysisModel Methods |
[This is preliminary documentation and is subject to change.]
The AnalysisModel type exposes the following members.
| Name | Description | |
|---|---|---|
| EnforceModelValidity |
Enforces validity of the model. If it's not valid, an exception of type ModelExchangerException is thrown
| |
| GetEnumerator |
Returns an enumerator that allows the user to enumerate over all the objects in this model
| |
| GetValidationMessages |
Retrieves all the validation messages as a big string, grouped by identifier.
| |
| IsModelValid |
Returns whether this model is valid or not
|
| Name | Description | |
|---|---|---|
| ConvertToStringIAnalysisObject |
Converts an IEnumerableT into a string, with each item separated by separator (Defined by EnumerableExtensions.) | |
| OfTypeIAnalysisObject |
Filters the objects in data based on the provided type (Defined by EnumerableExtensions.) | |
| UnitsNetSequenceEqualsIAnalysisObject | (Defined by UnitsNetExtensions.) |