Class IncidentEventArgs
Аргументы события от системы диагностики
Inheritance
System.Object
System.EventArgs
IncidentEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lers.Diag
Assembly: Lers.Server.System.dll
Syntax
public class IncidentEventArgs : EventArgs
Constructors
IncidentEventArgs(Incident, IncidentEvent)
Declaration
public IncidentEventArgs(Incident incident, IncidentEvent eventType)
Parameters
| Type | Name | Description |
|---|---|---|
| Lers.Models.Incident | incident | |
| IncidentEvent | eventType |
Fields
EventType
Флаг указывает что НС была диагностирована или закрыта.
Declaration
public readonly IncidentEvent EventType
Field Value
| Type | Description |
|---|---|
| IncidentEvent |
Incident
Нештатная ситуация
Declaration
public readonly Incident Incident
Field Value
| Type | Description |
|---|---|
| Lers.Models.Incident |