Table of Contents

Class NodeGroupChangedEventArgs

Namespace
Lers.Core
Assembly
Lers.System.dll

Аргументы события, возникающего при изменении группы объектов учёта.

public class NodeGroupChangedEventArgs : EventArgs
Inheritance
NodeGroupChangedEventArgs
Inherited Members
Extension Methods

Properties

NodeGroup

Группа объектов учёта.

public NodeGroup NodeGroup { get; }

Property Value

NodeGroup

NodeGroupId

Идентификатор группы объектов учёта.

public int NodeGroupId { get; }

Property Value

int

Operation

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

public EntityOperationType Operation { get; }

Property Value

EntityOperationType