Click or drag to resize
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: 6.3.0.0 (0.8.0.0)
Syntax
[FlagsAttribute]
public enum RepresentationUpdateType
Members
  Member nameValueDescription
Creation1 The representation object has been created.
Deletion2 The representation object has been removed.
Modification4 The representation object has been modified.
LocalCreation524288 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