Flexberry ORM 8.0.0-beta01
Интерфейс ICSSoft.STORMNET.INotifyUpdateObjects

Notify update objects. Подробнее...

Граф наследования:ICSSoft.STORMNET.INotifyUpdateObjects:
ICSSoft.STORMNET.NotifierUpdateObjects

Открытые члены

void BeforeUpdateObjects (Guid operationId, IDataService dataService, IDbTransaction transaction, IEnumerable< DataObject > dataObjects)
 Before update objects. Подробнее...
 
void AfterSuccessSqlUpdateObjects (Guid operationId, IDataService dataService, IDbTransaction transaction, IEnumerable< DataObject > dataObjects)
 After success execute sql update objects. Подробнее...
 
void AfterSuccessUpdateObjects (Guid operationId, IDataService dataService, IEnumerable< DataObject > dataObjects)
 After update objects. Подробнее...
 
void AfterFailUpdateObjects (Guid operationId, IDataService dataService, IEnumerable< DataObject > dataObjects)
 After fail update objects. Подробнее...
 

Подробное описание

Notify update objects.

Методы

◆ AfterFailUpdateObjects()

void ICSSoft.STORMNET.INotifyUpdateObjects.AfterFailUpdateObjects ( Guid  operationId,
IDataService  dataService,
IEnumerable< DataObject dataObjects 
)

After fail update objects.

Аргументы
operationIdUnique operation Id.
dataServiceData service.
dataObjectsData objects for update.

Замещается в ICSSoft.STORMNET.NotifierUpdateObjects.

◆ AfterSuccessSqlUpdateObjects()

void ICSSoft.STORMNET.INotifyUpdateObjects.AfterSuccessSqlUpdateObjects ( Guid  operationId,
IDataService  dataService,
IDbTransaction  transaction,
IEnumerable< DataObject dataObjects 
)

After success execute sql update objects.

Аргументы
operationIdUnique operation Id.
dataServiceData service.
transactionDB transaction.
dataObjectsData objects for update.

Замещается в ICSSoft.STORMNET.NotifierUpdateObjects.

◆ AfterSuccessUpdateObjects()

void ICSSoft.STORMNET.INotifyUpdateObjects.AfterSuccessUpdateObjects ( Guid  operationId,
IDataService  dataService,
IEnumerable< DataObject dataObjects 
)

After update objects.

Аргументы
operationIdUnique operation Id.
dataServiceData service.
dataObjectsData objects for update.

Замещается в ICSSoft.STORMNET.NotifierUpdateObjects.

◆ BeforeUpdateObjects()

void ICSSoft.STORMNET.INotifyUpdateObjects.BeforeUpdateObjects ( Guid  operationId,
IDataService  dataService,
IDbTransaction  transaction,
IEnumerable< DataObject dataObjects 
)

Before update objects.

Аргументы
operationIdUnique operation Id.
dataServiceData service.
transactionDB transaction.
dataObjectsData objects for update.

Замещается в ICSSoft.STORMNET.NotifierUpdateObjects.