Table of Contents

Class EmptySeverityScheme

Namespace
Cryville.EEW.Report
Assembly
Cryville.EEW.dll
An empty ISeverityScheme that always returns -1.
public class EmptySeverityScheme : ISeverityScheme
Inheritance
EmptySeverityScheme
Implements
Inherited Members

Properties

Instance

The shared instance of the EmptySeverityScheme class.
public static EmptySeverityScheme Instance { get; }

Property Value

EmptySeverityScheme

Methods

From(TagTypeKey, object?)

Extracts a severity value from a property.
public float From(TagTypeKey type, object? value)

Parameters

type TagTypeKey
The type of the property.
value object
The value of the property.

Returns

float
The severity value.