Class IncidentInfoAttribute
Метаданные о типе нештатной ситуации.
Inheritance
System.Object
IncidentInfoAttribute
Namespace: Lers.Core.Diag
Assembly: Lers.Core.dll
Syntax
public class IncidentInfoAttribute : Attribute
Constructors
IncidentInfoAttribute(IncidentCategory)
Конструктор.
Declaration
public IncidentInfoAttribute(IncidentCategory category)
Parameters
| Type | Name | Description |
|---|---|---|
| IncidentCategory | category |
Properties
Category
Категория НС.
Declaration
public IncidentCategory Category { get; }
Property Value
| Type | Description |
|---|---|
| IncidentCategory |
Max
Максимальное значение параметра.
Declaration
public int Max { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Min
Минимальное значение параметра.
Declaration
public int Min { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Parameter
Параметр, который используется для диагностики. Если неприменимо, None.
Declaration
public DataParameter Parameter { get; set; }
Property Value
| Type | Description |
|---|---|
| DataParameter |