Rogue Wave Server Component library for .NET Reference Guide
|
|
HRef Structure |
Represents an hyper-reference.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
A hyper-reference is a sort of hypertext link that identifies a view on a given Server object.
Most often, the hyper reference is defined in the view description:
view DomainView:
...
subscribe Line:
represent MatrixItem item:
HyperRef label = { LineView, "..." };
HyperRef inputNode = { input->NodeView, input.name };