Class ViolationSetting
Violation configuration setting.
public sealed record ViolationSetting : IEquatable<ViolationSetting>
- Inheritance
-
ViolationSetting
- Implements
- Inherited Members
Constructors
ViolationSetting(string, double)
Violation configuration setting.
public ViolationSetting(string Name, double Threshold)
Parameters
Properties
Name
Violation type.
public string Name { get; init; }
Property Value
Threshold
Time threshold to trigger upon.
public double Threshold { get; init; }