Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectOnNullifyRef Method |
Should be called when the application component needs to
reset the id reference attribute to null. It allows the
server to be notified about this modification.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
public virtual bool OnNullifyRef( int id )
Public Overridable Function OnNullifyRef ( id As Integer ) As Boolean
public: virtual bool OnNullifyRef( int id )
Parameters
- id
- Type: SystemInt32
: The attribute identifier.
Return Value
Type: BooleanTrue if the update is allowed, false otherwise.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback