| RpObject Constructor |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected RpObject(
Representation rp,
RpObjModel m
)
Protected Sub New (
rp As Representation,
m As RpObjModel
)
protected:
RpObject(
Representation^ rp,
RpObjModel^ m
)
Parameters
- rp
- Type: RW.Server.ComponentRepresentation
The representation into which this representation object will
be inserted. - m
- Type: RW.Server.ComponentRpObjModel
:
The associated representation object model.
See Also