Rogue Wave Server Component library for .NET Reference Guide
|
|
RepresentationNewRpObject Method |
Creates representation objects.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- repres
- Type: RW.Server.ComponentRepresentation
The representation in which the new representation object is going to be inserted. - model
- Type: RW.Server.ComponentRpObjModel
The corresponding model.
Return Value
Type: RpObjectThe new representation object that is created.
This method creates a new representation object based on the representation object model in the representation if no constructor attachment has been declared for this model.
This function builds a RpObject object. You must override it to build an object of a derived type.