Class IncidentDescriptor
Описатель нештатной ситуации.
public class IncidentDescriptor
- Inheritance
-
IncidentDescriptor
- Inherited Members
- Extension Methods
Properties
Category
Категория нештатной ситуации.
public IncidentCategory Category { get; }
Property Value
Description
Описание НС.
public string Description { get; }
Property Value
Max
Максимальное значение параметра для настройки.
public decimal Max { get; }
Property Value
Min
Минимальное значение параметра для настройки.
public decimal Min { get; }
Property Value
Parameter
Параметр, применяемый для диагностики.
public DataParameter Parameter { get; }
Property Value
Resources
Маска типов ресурсов, по которым фиксируется эта нештатная ситуация.
public ResourceKind Resources { get; }
Property Value
Type
Тип НС.
public IncidentType Type { get; }
Property Value
Methods
Get(IncidentType)
Возвращает описатель нештатной ситуации.
public static IncidentDescriptor Get(IncidentType type)
Parameters
type
IncidentType
Returns
GetList()
Возвращает список всех описателей НС.
public static IEnumerable<IncidentDescriptor> GetList()