The EntityNameTool abstract class expose methods allowing entity set/type, and member names to be customized before, after, and during application of name rules by the add-in. To customize the naming rules used by Huagati DBML/EDMX Tools, implement a class inheriting this class and overriding all abstract members.

Namespace: HuagatiDBMLToolsExtensibility
Assembly: HuagatiDBMLToolsExtensibility (in HuagatiDBMLToolsExtensibility.dll) Version: 2.21.4038.20739

Syntax

C#
public abstract class EntityNameTool
Visual Basic
Public MustInherit Class EntityNameTool
Visual C++
public ref class EntityNameTool abstract

Inheritance Hierarchy

System..::..Object
  HuagatiDBMLToolsExtensibility..::..EntityNameTool

See Also