RpModel Class |
Namespace: RW.Server.Component
The RpModel type exposes the following members.
Name | Description | |
---|---|---|
attrModels |
Gets the attribute models in this dynamic representation model.
(Inherited from RpObjModel.) | |
GetAttrId(String) |
Gets an non-indexed attribute identifier in the dynamic
representation object model.
(Inherited from RpObjModel.) | |
GetAttrId(String, Int32) |
Gets an indexed attribute identifier in the dynamic
representation object model.
(Inherited from RpObjModel.) | |
GetAttrModel |
Gets an attribute in the dynamic representation object model.
(Inherited from RpObjModel.) | |
GetRpObjModel(Int32) |
Gets the dynamic representation object model associated with
a representation object model identifier.
| |
GetRpObjModel(String, String) |
Gets the dynamic representation object model .
|
Name | Description | |
---|---|---|
Annotations |
The annotations attached to the Representaion object model.
(Inherited from RpObjModel.) | |
NbAttrs |
Gets the number of attributes in the dynamic representation
object model.
(Inherited from RpObjModel.) | |
NbObjModels |
Gets the number of dynamic representation object models
contained in the representation model.
| |
ObjId |
Gets the identifier of the dynamic representation object model.
(Inherited from RpObjModel.) | |
RpId |
Gets the dynamic representation model identifier.
| |
RpModel |
Gets the dynamic representation model that contains the dynamic
representation object model.
(Inherited from RpObjModel.) | |
RpObjLabel |
Gets the label of the dynamic representation object model.
(Inherited from RpObjModel.) | |
RpTypeName |
Gets a string that specifies the type of any representation
object associated with the dynamic representation object model.
(Inherited from RpObjModel.) | |
SvTypeName |
Gets a string that specifies the type of the Server object
associated with the dynamic representation object model.
(Inherited from RpObjModel.) | |
ViewName |
Gets the name of the dynamic view type associated with the
representation model.
|
An instance of RpModel contains all the representation object models that belong to the view specification. It is created when a dynamic view type specification is loaded to the server and it is transferred to each application component that requests an instance of this dynamic view type to be opened.
When a dynamic view type specification is modified, the dynamic representation model is automatically updated on the component side. The updated representation model is the one that will be used for subsequent instances of the dynamic view type.