Click or drag to resize

InheritanceExtensionsDerivedClassDictionaryAddClassDerivations Method

Adds the class derivations for the specified class path to the dictionary.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void AddClassDerivations(
	CAEXDocument document,
	string classPath,
	string className
)

Parameters

document  CAEXDocument
The document.
classPath  String
The class path.
className  String
Element name of the class.
See Also