Click or drag to resize

Representation Constructor

Initializes a new Representation 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 Representation(
	MvComponent c,
	RpModel m
)

Parameters

c
Type: RW.Server.ComponentMvComponent
The component this representation belongs to.
m
Type: RW.Server.ComponentRpModel
The associated representation model.
See Also