Nomenclature Options

Top  Previous  Next

The Nomenclature section of the Corporate Options window allows you to customize the nomenclature prefixes for each .NET language that will be used by other features of MZ-Tools, such as the New Procedure Assistant:

OptionsNomenclature

For each .NET language you can define:

  • The prefix for a member variable: typically you will use "m" or "m_". This setting is used to generate the name of the field that will be used by properties created by the New Procedure Assistant feature.
  • The suffix for a result variable: this setting is used to generate the name of the variable that will be returned by functions created by the New Procedure Assistant feature.
  • The prefix for each .NET type: these settings are used to generate variable names by the New Procedure Assistant feature.

See Also:

New Procedure Assistant

Convert Field to Property