Click or drag to resize

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.2.0.0 (7.2.0.0)
Syntax
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