Rogue Wave Server Component library for .NET Reference Guide
|
|
IRtModelBuilder Interface |
Interface for receiving the server model description after a call
to MvComponent.GetServerModel().
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
The IRtModelBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginModelDeclaration |
Called by Rogue Wave Server when the model declaration
starts.
| |
| DeclAttribute |
Called by Rogue Wave Server to declare the Server attribute name.
| |
| DeclClass |
Called by Rogue Wave Server to declare a Server object type.
| |
| DeclFunction |
Called by Rogue Wave Server to declare a Server member
function.
| |
| DeclParentClass |
Called by Rogue Wave Server to declare that a Server type
directly derives from another Server type.
| |
| DeclRelation |
Called by Rogue Wave Server to declare the Server relation name.
| |
| EndModelDeclaration |
Called by Rogue Wave Server when the model declaration
stops.
|
MvComponent implements this interface with an empty
implementation. So you can also subclass the component to make it
receive the calls.