Notify Enumeration | |
This enum describes the various notification messages that are used by VO compatible servers and clients
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax Members
| Member name | Value | Description |
---|
| FieldChange | -1 |
A field in the current record has changed
|
| Close | 0 |
The server is closed
|
| Completion | 1 |
An operation has completed
|
| IntentToMove | 2 |
An operation has completed
|
| RecordChange | 3 |
The current record has changed
|
| GoBottom | 4 |
The server has moved to the last (logical) record
|
| GoTop | 5 |
The server has moved to the first (logical) record
|
| Delete | 6 |
The current record has been deleted
|
| Append | 7 |
A new record has been appended
|
| FileChange | 10 |
An operation has finished that processed one or more records
|
| RelationChange | 20 |
The parent record has changed, the child must change too
|
| ClearRelation | 25 |
The relation between the parent and child was changed
|
| ConcurrencyControlMode | 50 |
Not used
|
See Also