Click or drag to resize

UniqueNameService Methods

The UniqueNameService type exposes the following members.

Methods
 NameDescription
Public methodIsUniqueCAEXName Determines whether the specified element has a unique CAEX name in the sequence of equal elements of its parent.
Public methodStatic memberRegister Registers a new instance of a UniqueNameService with the ServiceLocator of the AMLEngine.
Public methodRegisterDefault Registers the default name for all CAEX objects with the provided element name.
Public methodResume Resumes activities of the unique name service.
Public methodSuspend Suspends activities of the unique name service.
Public methodUniqueCAEXName(XElement, String) Creates a unique CAEX Name for a child with the specified elementTagName in the specified sequence
Public methodUniqueCAEXName(IEnumerableXElement, String, String) Creates a unique CAEX Name for a child with the specified elementTagName in the specified sequence using the specified defaultName
Public methodUniqueCAEXName(XElement, String, String) Creates a unique CAEX Name for a child with the specified elementTagName in the specified sequence using the specified defaultName
Public methodStatic memberUnRegister Unregisters the current instance of the UniqueNameService with the ServiceLocator of the AMLEngine.
Top
See Also