Click or drag to resize

MvComponentDeclParentClass Method

Implementation of IRtModelBuilder.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual void DeclParentClass(
	string typeName,
	string parentName
)

Parameters

typeName
Type: SystemString
The name of the type.
parentName
Type: SystemString
The name of the parent type.

Implements

IRtModelBuilderDeclParentClass(String, String)
Remarks
This implementation allows MvComponent to store the class hierarchy. If you override this function in a subclass, it is important to call the MvComponent implementation.
See Also