Table of Contents

Class AccountChangedEventArgs

Namespace
Lers.Administration
Assembly
Lers.System.dll

Аргументы события изменения учётной записи.

public class AccountChangedEventArgs : EventArgs
Inheritance
AccountChangedEventArgs
Inherited Members
Extension Methods

Properties

Account

Объект учёта.

public Account Account { get; }

Property Value

Account

AccountId

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

public int AccountId { get; }

Property Value

int

Operation

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

public EntityOperationType Operation { get; }

Property Value

EntityOperationType