Table of Contents

Class NodeJobChangedEventArgs

Namespace
Lers.Core
Assembly
Lers.System.dll

Аргументы события "Изменена работа на объекте учёта".

public class NodeJobChangedEventArgs : EventArgs
Inheritance
NodeJobChangedEventArgs
Inherited Members
Extension Methods

Properties

NodeJob

Изменённая работа.

public NodeJob NodeJob { get; }

Property Value

NodeJob

NodeJobId

Идентификатор работы.

public int NodeJobId { get; }

Property Value

int

Operation

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

public EntityOperationType Operation { get; }

Property Value

EntityOperationType