 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override XName XName(
string tagname
)
Public Overrides Function XName (
tagname As String
) As XName
public:
virtual XName^ XName(
String^ tagname
) override
Parameters
- tagname String
- A CAEX Tag name which should be transformed to a XName.
Return Value
XNameThe generated XName.
Exceptions
See Also