13.2. Rename A Model

To rename a model in your workspace:
  1. Select a model in the Model Explorer view.
  2. Right-click select the Refactor > Rename action.
    Refactor Rename Action In Model Explorer

    Figure 13.1. Refactor Rename Action In Model Explorer

  3. Specify unique model name in the Rename Resource dialog. Click OK.
    Rename Resource Dialog

    Figure 13.2. Rename Resource Dialog

Note

Renaming a model that is a dependency to another model will automatically change the model imports for those models. If source model CustomerSource is renamed to OldCustomerSource, for instance, the import statement for the view model CustomerAccounts which imports CustomerSource will be changed to reflect the new name.