Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectIsMatchingHRef Method |
This function tests whether the id attribute can be assigned a given
hyper-reference. More specifically, it checks whether the update might
impair the type integrity of the server.
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 IsMatchingHRef( int attrId, RpObject HRefOwner, int HRefId )
Public Overridable Function IsMatchingHRef ( attrId As Integer, HRefOwner As RpObject, HRefId As Integer ) As Boolean
public: virtual bool IsMatchingHRef( int attrId, RpObject^ HRefOwner, int HRefId )
Parameters
- attrId
- Type: SystemInt32
: The attribute identifier. - HRefOwner
- Type: RW.Server.ComponentRpObject
: The owner of the reference. - HRefId
- Type: SystemInt32
: The reference identifier.
Return Value
Type: BooleanTrue if the assignment is allowed, false otherwise.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback