Table of Contents

Class CustomerChangedEventArgs

Namespace
Lers.Core
Assembly
Lers.System.dll

Аргументы события, которое возникает при изменении потребителя.

public class CustomerChangedEventArgs : EventArgs
Inheritance
CustomerChangedEventArgs
Inherited Members
Extension Methods

Properties

Customer

Потребитель.

public Customer Customer { get; }

Property Value

Customer

CustomerId

Идентификатор потребителя.

public int CustomerId { get; }

Property Value

int

Operation

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

public EntityOperationType Operation { get; }

Property Value

EntityOperationType