EntityDesignerChangeScope Class
Entity Framework 5.0
Creates a unit of work that can be undone or redone with the Undo and Redo buttons in Visual Studio.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
The EntityDesignerChangeScope type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EntityDesignerChangeScope | Instantiates a new instance of EntityDesignerChangeScope. |
| Name | Description | |
|---|---|---|
![]() | Complete | Commits all operations within a change scope. |
![]() | Dispose | Releases all resources used by the current instance of the EntityDesignerChangeScope class. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
In a Visual Studio property extension, the EntityDesignerChangeScope class allows you to create a unit of work that can be undone or redone with the Undo and Redo buttons in Visual Studio. An instance of EntityDesignerChangeScope is created by the CreateChangeScope method.
For more information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.
Show:
