| 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.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax 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.
See Also