Source position: fpsonar.config.pp line 97
type TFpSonarGateThresholds = record
public
MaxPerSeverity: array [TFpSonarSeverity] of Integer;
MaxTotal: Integer;
function Evaluate();
end;