IRollbackService Interface
This interface provides a mechanism for rollback support for code generators. Built in support for common operations is supported. Additional rollback functionality can be obtained by providing a rollback action to AddRollbackAction(Action).
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
The IRollbackService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddRollbackAction | Notification that a rollback action needs to occur if rollback occurs. |
![]() | NewProjectFolderAdded | Notification that a new folder was added that may need to be rolled back. |
![]() | NewProjectItemAdded | Notification that a new file was added that may need to be rolled back. |
![]() | ProjectItemOverwritten | Notification that an existing file was modified and may need to be rolled back. |
Show:
