| MvUserTypeAsHRef Method |
Converts to an
HRef value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual HRef AsHRef(
HRef def
)
Public Overridable Function AsHRef (
def As HRef
) As HRef
public:
virtual HRef AsHRef(
HRef def
)
Parameters
- def
- Type: RW.Server.ComponentHRef
The default value to return if no conversion is possible.
Return Value
Type:
HRef
The converted
HRef representation for this type.
The default implementation returns
def.
Remarks
This method is called by
AsHRef(Boolean, HRef) when the instance of
MvValue to which it applies contains an object
whose type is this user-defined type.
See Also