Click or drag to resize

AMLSystemUnitClass(XElement, String) Constructor

Initializes a new instance of the AMLSystemUnitClass class.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AMLSystemUnitClass(
	XElement systemUnitClassNode,
	string refName
)

Parameters

systemUnitClassNode  XElement
A SystemUnitClass node
refName  String
Name of the attribute, containing the class reference
See Also