The IBatchUpdatable type exposes the following members.
Methods
Name | Description | |
---|---|---|
StartUpdate |
Suppress update events.
Use "Using" statement to automatically dispose and reset Event update switch.
Put the actual object property changes inside the using block
| |
UpdateData |
Sync the data of the object to underlying data record
|
Properties
Name | Description | |
---|---|---|
StopEventUpdate |
Switch to determine if event update is allowed.
When "StartUpdate" is invoked, this will be set to true,
thus stop all update events
When the result of "StartUpdate" is disposded, the value reset to false
|