UniqueNameHelper Class

Class used to help with generating unique names and checking hierarchy member unique name compatibilities.
Inheritance Hierarchy
SystemObject
  Dundas.BIUniqueNameHelper

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class UniqueNameHelper

The UniqueNameHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEnsureHierarchyMemberCompatibility Ensures the correct unique name for the specified hierarchy member.
Obsolete
Public methodStatic memberGenerateUniqueName(String, IEnumerableIUniqueName) Generates an unique name using an existing list of elements and a proposal.
Public methodStatic memberGenerateUniqueName(String, IEnumerableString) Generates an unique name using an existing list of elements and a proposal.
Top
See Also