Rogue Wave Server Component library for .NET Reference Guide
|
|
RepresentationUpdateType Enumeration |
Indicates the type of editing operation to be performed on a server
object by a component through a dynamic view.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
| Member name | Value | Description | |
|---|---|---|---|
| Creation | 1 | The representation object has been created. | |
| Deletion | 2 | The representation object has been removed. | |
| Modification | 4 | The representation object has been modified. | |
| LocalCreation | 524288 | The representation object is created locally on the component side. |
This enumerated type contains also other values that are only used
internally by the dynamic view server protocol