The EntityNameTool type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EntityNameTool | Initializes a new instance of the EntityNameTool class |
Methods
| Name | Description | |
|---|---|---|
| AfterRenaming |
AfterRenaming is called after the name rules are applied to a entity/set/member, allowing the renaming done by the rules engine to be overridden
| |
| BeforeRenaming |
BeforeRenaming is called before the name rules are applied to a entity, entityset, or member name. The entity name to pass to the name tool can be overridden here, optionally also bypassing the naming rules altogether.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HasSettingsDialog |
Informs the add-in whether a settings dialog is available for the custom name tool.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ShowSettingsDialog |
Displays the custom name tool's own settings dialog.
| |
| ToPlural |
ToPlural is called whenever a word (entity set/type, or member) is pluralized.
| |
| ToSingular |
ToSingular is called whenever a word (entity set/type, or member) is singularized.
| |
| ToString | (Inherited from Object.) |