Click or drag to resize

UniqueNameServiceUniqueCAEXName(XElement, String) Method

Creates a unique CAEX Name for a child with the specified elementTagName in the specified sequence

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public string UniqueCAEXName(
	XElement sequence,
	string elementTagName
)

Parameters

sequence  XElement
The sequence of elements.
elementTagName  String
Name of the element tag.

Return Value

String
a unique name using the registered default extended with an added number, representing the maximal number

Implements

IUniqueNameUniqueCAEXName(XElement, String)
Exceptions
ExceptionCondition
ArgumentNullExceptionelementTagName
See Also