Click or drag to resize

RpObject Constructor

Initializes a new RpObject instance.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
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