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