| IRtModelBuilderDeclParentClass Method |
Called by Rogue Wave Server to declare that a Server type
directly derives from another Server type.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax void DeclParentClass(
string typeName,
string parentName
)
Sub DeclParentClass (
typeName As String,
parentName As String
)
void DeclParentClass(
String^ typeName,
String^ parentName
)
Parameters
- typeName
- Type: SystemString
The name of the type. - parentName
- Type: SystemString
The name of the parent type.
Remarks
This call declares that the Server type
typeName inherits from the Server type
parentName.
See Also