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
AccountId
Идентификатор объекта учёта.
public int AccountId { get; }
Property Value
Operation
Тип операции.
public EntityOperationType Operation { get; }