Click or drag to resize

UniqueNameServiceUniqueCAEXName(XElement, String, String) Method

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

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

Parameters

sequence  XElement
The sequence.
elementTagName  String
Name of the element tag.
defaultName  String
The default name.

Return Value

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

Implements

IUniqueNameUniqueCAEXName(XElement, String, String)
Exceptions
ExceptionCondition
ArgumentNullExceptionelementTagName
ArgumentNullExceptionelementTagName
See Also