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

Notify update objects properties. Apply it only for DataObject subclass. Подробнее...

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

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 properties. Apply it only for DataObject subclass.

Методы

◆ AfterFailUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdateProperty.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.

◆ AfterSuccessSqlUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdateProperty.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.

◆ AfterSuccessUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdateProperty.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.

◆ BeforeUpdateProperty()

void ICSSoft.STORMNET.INotifyUpdateProperty.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.