Click or drag to resize

UniqueNameServiceUniqueCAEXName(IEnumerableXElement, 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(
	IEnumerable<XElement> sequence,
	string elementTagName,
	string defaultName
)

Parameters

sequence  IEnumerableXElement
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(IEnumerableXElement, String, String)
Exceptions
ExceptionCondition
ArgumentNullExceptionelementTagName
ArgumentNullExceptionelementTagName
See Also