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: 6.3.0.0 (0.8.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