13.2. Rename A Model
To rename a model in your workspace:
- Select a model in the Model Explorer view.
- Right-click select the Refactor > Rename action.
Figure 13.1. Refactor Rename Action In Model Explorer
- Specify unique model name in the Rename Resource dialog. Click OK.
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.