Click or drag to resize

AMLSchemaManagerCreateElement Method

Method overrides the CreateElement(XName, XName, Boolean). The created node is made to an AML node.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override XElement CreateElement(
	XName parentName,
	XName childName,
	bool allAttributes = false
)

Parameters

parentName  XName
Name of the child's parent
childName  XName
Name of the child
allAttributes  Boolean  (Optional)
optional parameter to define, that not only required attributes, but all possible attributes should be created.

Return Value

XElement
The created XML node.
See Also