| Representation Constructor |
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
)
Protected Sub New (
c As MvComponent,
m As RpModel
)
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