Flexberry ORM 8.0.0-beta01
Класс ICSSoft.STORMNET.NotifierUpdateObjects

Notifier default implementation for update objects process. Подробнее...

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

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

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

Свойства

INotifyUpdatePropertyByType NotifierUpdatePropertyByType [get, set]
 An instance of the class for custom process updated objects properties. See INotifyUpdateObjects. Подробнее...
 

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

Notifier default implementation for update objects process.

Конструктор(ы)

◆ NotifierUpdateObjects() [1/2]

ICSSoft.STORMNET.NotifierUpdateObjects.NotifierUpdateObjects ( )
inline

Initializes instance of NotifierUpdateObjects.

◆ NotifierUpdateObjects() [2/2]

ICSSoft.STORMNET.NotifierUpdateObjects.NotifierUpdateObjects ( INotifyUpdatePropertyByType  notifierUpdatePropertyByType)
inline

Initializes instance of NotifierUpdateObjects.

Аргументы
notifierUpdatePropertyByTypeAn instance of the class for custom process updated objects properties.

Полный список свойств

◆ NotifierUpdatePropertyByType

INotifyUpdatePropertyByType ICSSoft.STORMNET.NotifierUpdateObjects.NotifierUpdatePropertyByType
getset

An instance of the class for custom process updated objects properties. See INotifyUpdateObjects.