Click or drag to resize
MvComponentDeclParentClass Method
Implementation of IRtModelBuilder.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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