| 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.2.0.0 (7.2.0.0)
Syntax [FlagsAttribute]
public enum RepresentationUpdateType
<FlagsAttribute>
Public Enumeration RepresentationUpdateType
[FlagsAttribute]
public enum class RepresentationUpdateType
Members
| 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.
|
Remarks
This enumerated type contains also other values that are only used
internally by the dynamic view server protocol
See Also