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

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

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

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

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

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

Notify update objects.

Методы

◆ AfterFailUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdatePropertyByType.AfterFailUpdateProperty ( DataObject  dataObject,
ObjectStatus  status,
string  propertyName,
object  oldValue,
object  newValue 
)

After fail update objects.

Аргументы
dataObjectUpdated data object.
statusData objest state.
propertyNameChanged property name.
oldValueChanged property old value.
newValueChanged property new value.

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

◆ AfterSuccessSqlUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdatePropertyByType.AfterSuccessSqlUpdateProperty ( DataObject  dataObject,
ObjectStatus  status,
string  propertyName,
object  oldValue,
object  newValue 
)

After success execute sql update objects.

Аргументы
dataObjectUpdated data object.
statusData objest state.
propertyNameChanged property name.
oldValueChanged property old value.
newValueChanged property new value.

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

◆ AfterSuccessUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdatePropertyByType.AfterSuccessUpdateProperty ( DataObject  dataObject,
ObjectStatus  status,
string  propertyName,
object  oldValue,
object  newValue 
)

After update objects.

Аргументы
dataObjectUpdated data object.
statusData objest state.
propertyNameChanged property name.
oldValueChanged property old value.
newValueChanged property new value.

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

◆ BeforeUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdatePropertyByType.BeforeUpdateProperty ( DataObject  dataObject,
ObjectStatus  status,
string  propertyName,
object  oldValue,
object  newValue 
)

Before update objects.

Аргументы
dataObjectUpdated data object.
statusData objest state.
propertyNameChanged property name.
oldValueChanged property old value.
newValueChanged property new value.

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

◆ GetSubscribedProperties()

IDictionary<Type, IEnumerable<string> > ICSSoft.STORMNET.INotifyUpdatePropertyByType.GetSubscribedProperties ( )

Get types and properties for notify calls.

Возвращает
Types and property names for subscription.

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