Rogue Wave Server Component library for .NET Reference Guide
|
|
IRtModelBuilderDeclParentClass Method |
Called by Rogue Wave Server to declare that a Server type
directly derives from another Server type.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- typeName
- Type: SystemString
The name of the type. - parentName
- Type: SystemString
The name of the parent type.
This call declares that the Server type
typeName inherits from the Server type
parentName.