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

Notifier default implementation for update properties of some technological types. Подробнее...

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

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

virtual IDictionary< Type, IEnumerable< string > > GetSubscribedProperties ()
 Get types and properties for notify calls.
 
virtual void BeforeUpdateProperty (DataObject dataObject, ObjectStatus status, string propertyName, object oldValue, object newValue)
 Before update objects.
 
virtual void AfterSuccessSqlUpdateProperty (DataObject dataObject, ObjectStatus status, string propertyName, object oldValue, object newValue)
 After success execute sql update objects.
 
virtual void AfterSuccessUpdateProperty (DataObject dataObject, ObjectStatus status, string propertyName, object oldValue, object newValue)
 After update objects.
 
virtual void AfterFailUpdateProperty (DataObject dataObject, ObjectStatus status, string propertyName, object oldValue, object newValue)
 After fail update objects.
 

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

Notifier default implementation for update properties of some technological types.