ModelGenericExtensionsFillInTemplate Method
Fills in the template with the given parameters.
| InvalidOperationException |
Thrown if template does not contain the locale translation.
It can also be thrown if a parameter part of the text is not in format {{foo}} or {{foo.bar}} (meaning: {{foo.bar.bar}} is illegal).
it can also be thrown if a simple parameter (e.g. {{foo}}) is not a generic type DateTime, Double,
GeoLocation or String |
| ArgumentNullException | Thrown if locale or parameters are |
| NotImplementedException | If a property is to be used that we do not support yet for the template, or a property that does not exist. |