| MvComponentDeclParentClass Method |
Namespace: RW.Server.ComponentAssembly: 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
)
Public Overridable Sub DeclParentClass (
typeName As String,
parentName As String
)
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