Click or drag to resize

CAEXDocumentXName Method

Gets the correct XName for the provided CAEX element name (Tag name).The XName contains a namespace, if the assigned schema requires a namespace. If no namespace is defined for the assigned schema (as in CAEX 2.15), no namespace is added to the XName. The XName has to be used for all Xml.Linq queries, used to access objects with the CAEX element name.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override XName XName(
	string tagname
)

Parameters

tagname  String
A CAEX Tag name which should be transformed to a XName.

Return Value

XName
The generated XName.
Exceptions
ExceptionCondition
ArgumentNullExceptiontag name
See Also