Table of Contents

Class IncidentChangedEventArgs

Namespace
Lers.Diag
Assembly
Lers.System.dll

Аргументы события "Изменена нештатная ситуация".

public class IncidentChangedEventArgs : EventArgs
Inheritance
IncidentChangedEventArgs
Inherited Members
Extension Methods

Properties

Incident

Нештатная ситуация.

public Incident Incident { get; }

Property Value

Incident

IncidentId

Идентификатор нештатной ситуации.

public int IncidentId { get; }

Property Value

int

Operation

Тип операции.

public EntityOperationType Operation { get; }

Property Value

EntityOperationType