| RpObjectOnUpdate Method (Int32, RpObject, Int32) |
Called when the application component needs to replace
the target object of a server relation.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool OnUpdate(
int id,
RpObject objRef,
int attrRefId
)
Public Overridable Function OnUpdate (
id As Integer,
objRef As RpObject,
attrRefId As Integer
) As Boolean
public:
virtual bool OnUpdate(
int id,
RpObject^ objRef,
int attrRefId
)
Parameters
- id
- Type: SystemInt32
:
The identifier of the attribute attached to the representation
object (must be a (hyper-)reference. - objRef
- Type: RW.Server.ComponentRpObject
:
A representation object and - attrRefId
- Type: SystemInt32
:
An identifier of an attribute of that object.
Return Value
Type:
BooleanTrue if the update is allowed, false
otherwise.
See Also