Table of Contents

Class ServiceCompanyChangedEventArgs

Namespace
Lers.Core
Assembly
Lers.System.dll

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

public class ServiceCompanyChangedEventArgs : EventArgs
Inheritance
ServiceCompanyChangedEventArgs
Inherited Members
Extension Methods

Properties

Operation

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

public EntityOperationType Operation { get; }

Property Value

EntityOperationType

ServiceCompany

Обслуживающая организация.

public ServiceCompany ServiceCompany { get; }

Property Value

ServiceCompany

ServiceCompanyId

Идентификатор обслуживающей организации.

public int ServiceCompanyId { get; }

Property Value

int