Click or drag to resize
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: 6.3.0.0 (0.8.0.0)
Syntax
public interface IRtModelBuilder

The IRtModelBuilder type exposes the following members.

Methods
  NameDescription
Public methodBeginModelDeclaration
Called by Rogue Wave Server when the model declaration starts.
Public methodDeclAttribute
Called by Rogue Wave Server to declare the Server attribute name.
Public methodDeclClass
Called by Rogue Wave Server to declare a Server object type.
Public methodDeclFunction
Called by Rogue Wave Server to declare a Server member function.
Public methodDeclParentClass
Called by Rogue Wave Server to declare that a Server type directly derives from another Server type.
Public methodDeclRelation
Called by Rogue Wave Server to declare the Server relation name.
Public methodEndModelDeclaration
Called by Rogue Wave Server when the model declaration stops.
Top
Remarks
MvComponent implements this interface with an empty implementation. So you can also subclass the component to make it receive the calls.
See Also