The EntityNameTool type exposes the following members.

Methods

  NameDescription
Public methodAfterRenaming
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
Public methodBeforeRenaming
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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasSettingsDialog
Informs the add-in whether a settings dialog is available for the custom name tool.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShowSettingsDialog
Displays the custom name tool's own settings dialog.
Public methodToPlural
ToPlural is called whenever a word (entity set/type, or member) is pluralized.
Public methodToSingular
ToSingular is called whenever a word (entity set/type, or member) is singularized.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also