Interface IReportGeneratorContext
Represents a context used in report model generators.
public interface IReportGeneratorContext
- Extension Methods
Properties
SeverityScheme
The severity scheme.
ISeverityScheme SeverityScheme { get; }
Property Value
Methods
NameLocation(double, double, CultureInfo?, ref CultureInfo, out string?, out int)
Names a location in a culture.
bool NameLocation(double lat, double lon, CultureInfo? localCulture, ref CultureInfo targetCulture, out string? name, out int specificity)
Parameters
latdouble- The latitude of the location.
londouble- The longitude of the location.
localCultureCultureInfo- The local culture supported by the event itself.
targetCultureCultureInfo- The target culture of the location name. When the method returns, set to the actual culture of the location name.
namestring- The location name.
specificityint- The location specificity. See LocationSpecificity.