UniqueNameGenerator Members
The UniqueNameGenerator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
UniqueNameGenerator |
Initializes a new instance of the UniqueNameGenerator class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AddName(String, Boolean) |
Adds a name to the collection of unique names.
|
|
|
AddName(String) |
Adds the name.
|
|
|
CheckIfNameExists |
Checks if name exists.
|
|
|
CheckIfNameExistsAndReturnSuggestedName |
Checks the name and if name exists it returns suggested name.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GenerateNewName |
Generates the new name.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RemoveName |
Removes the name.
|
|
|
ToString | (Inherited from Object.) |

