| Representation Constructor |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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